aboutsummaryrefslogtreecommitdiff
path: root/test/Index/usrs.cpp
AgeCommit message (Expand)Author
2012-12-07[libclang] Declarations inside anonymous namespaces have internal linkage soArgyrios Kyrtzidis
2011-05-03Use the canonical decl when generating the locations for USRs.Ted Kremenek
2011-03-12Fixed type and declaration source range in presence of typeQuals.Abramo Bagnara
2011-03-08Fixed NamespaceDecl source range.Abramo Bagnara
2011-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara
2011-03-06Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara
2010-09-01Implement libclang support for using declarations. Clang actually usesDouglas Gregor
2010-09-01Add test for nothing... i.e., the contents of a USR for using directivesDouglas Gregor
2010-09-01Implement libclang support for using directives (cursor + visitation +Douglas Gregor
2010-08-31Add libclang support for namespace aliases (visitation + USRs) alongDouglas Gregor
2010-07-22Update test case to include USRs containing offsets instead of line/columns.Ted Kremenek
2010-05-07Extend C++ usrs to include type mangling for tag decl arguments, indicating w...Ted Kremenek
2010-05-07Add initial USR support for mangling in the types of C++ functions and methods.Ted Kremenek
2010-05-07Add USR test case for C++ operator methods.Ted Kremenek
2010-05-06Add USR support for C++ namespaces, and unify mangling of location informatio...Ted Kremenek