summaryrefslogtreecommitdiff
path: root/test/Index/load-namespaces.cpp
AgeCommit message (Expand)Author
2014-02-02Report a correct end location for nameless parameters.Benjamin Kramer
2011-03-08Fixed NamespaceDecl source range.Abramo Bagnara
2011-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara
2010-11-10Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avo...Argyrios Kyrtzidis
2010-09-13Introduce a new kind of cursor into libclang, which covers a referenceDouglas Gregor
2010-09-02Implement basic visitation for nested name specifiers via libclangDouglas Gregor
2010-09-01Implement libclang support for using declarations. Clang actually usesDouglas Gregor
2010-09-01Implement libclang support for using directives (cursor + visitation +Douglas Gregor
2010-09-01Improve location information in the representation of namespaceDouglas Gregor
2010-08-31Add libclang support for namespace aliases (visitation + USRs) alongDouglas Gregor
2010-08-31Add a simple test for indexing namespacesDouglas Gregor