summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/usrs.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya2019-02-261-1/+1
* [index] Handle vector types in USR generatorAlex Lorenz2017-04-281-0/+11
* clang/test/Index/usrs.cpp: Appease targeting msvc.NAKAMURA Takumi2014-12-081-1/+1
* [libclang] Encode InjectedClassNameType in the USR.Argyrios Kyrtzidis2014-12-081-0/+7
* [libclang] Encode location info for anonymous embedded tag decls.Argyrios Kyrtzidis2014-12-081-0/+6
* [libclang] Use same USR encoding for 'class' as 'struct'.Argyrios Kyrtzidis2014-12-081-26/+26
* [libclang] Reflect in USR generation that 'signed char' and 'unsigned char' c...Argyrios Kyrtzidis2014-12-081-0/+9
* [libclang] Function templates can be 'overloaded' by return type, so encode t...Argyrios Kyrtzidis2014-12-081-1/+7
* [Index] Make the USRs more stable.Argyrios Kyrtzidis2014-02-231-7/+7
* [libclang] Declarations inside anonymous namespaces have internal linkage soArgyrios Kyrtzidis2012-12-071-3/+3
* 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
OpenPOWER on IntegriCloud