summaryrefslogtreecommitdiffstats
path: root/test/Index/usrs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the canonical decl when generating the locations for USRs.Ted Kremenek2011-05-031-0/+22
* Fixed type and declaration source range in presence of typeQuals.Abramo Bagnara2011-03-121-1/+1
* Fixed NamespaceDecl source range.Abramo Bagnara2011-03-081-7/+7
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-17/+17
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-061-1/+1
* Implement libclang support for using declarations. Clang actually usesDouglas Gregor2010-09-011-0/+6
* Add test for nothing... i.e., the contents of a USR for using directivesDouglas Gregor2010-09-011-0/+4
* Implement libclang support for using directives (cursor + visitation +Douglas Gregor2010-09-011-0/+2
* Add libclang support for namespace aliases (visitation + USRs) alongDouglas Gregor2010-08-311-1/+3
* Update test case to include USRs containing offsets instead of line/columns.Ted Kremenek2010-07-221-17/+20
* Extend C++ usrs to include type mangling for tag decl arguments, indicating w...Ted Kremenek2010-05-071-26/+37
* Add initial USR support for mangling in the types of C++ functions and methods.Ted Kremenek2010-05-071-19/+24
* Add USR test case for C++ operator methods.Ted Kremenek2010-05-071-0/+18
* Add USR support for C++ namespaces, and unify mangling of location informatio...Ted Kremenek2010-05-061-0/+73