summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/load-namespaces.cpp
Commit message (Expand)AuthorAgeFilesLines
* Report a correct end location for nameless parameters.Benjamin Kramer2014-02-021-1/+1
* Fixed NamespaceDecl source range.Abramo Bagnara2011-03-081-4/+4
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-4/+4
* Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avo...Argyrios Kyrtzidis2010-11-101-1/+1
* Introduce a new kind of cursor into libclang, which covers a referenceDouglas Gregor2010-09-131-1/+1
* Implement basic visitation for nested name specifiers via libclangDouglas Gregor2010-09-021-0/+11
* Implement libclang support for using declarations. Clang actually usesDouglas Gregor2010-09-011-0/+10
* Implement libclang support for using directives (cursor + visitation +Douglas Gregor2010-09-011-1/+3
* Improve location information in the representation of namespaceDouglas Gregor2010-09-011-4/+3
* Add libclang support for namespace aliases (visitation + USRs) alongDouglas Gregor2010-08-311-2/+8
* Add a simple test for indexing namespacesDouglas Gregor2010-08-311-0/+22
OpenPOWER on IntegriCloud