summaryrefslogtreecommitdiffstats
path: root/test/input/using-directive-ns.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Output: Handle using declarations and directivesBrad King2014-03-211-0/+6
Honor both for purposes of the start node lookup. Walk through using declarations (Clang UsingShadowDecl) to output the referenced declarations in their original context. Do not include names brought into a context by a using declaration or directive in the members of that context.