summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CIndexUSRs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement libclang support for using declarations. Clang actually usesDouglas Gregor2010-09-011-0/+9
* Improve libclang indexing support for class template specializationsDouglas Gregor2010-09-011-0/+11
* Implement libclang support for using directives (cursor + visitation +Douglas Gregor2010-09-011-2/+4
* Add libclang support for namespace aliases (visitation + USRs) alongDouglas Gregor2010-08-311-0/+6
* Add libclang support for class template partial specializations,Douglas Gregor2010-08-311-8/+20
* Add a libclang cursor kind, visitation support and USR support for C++Douglas Gregor2010-08-311-6/+28
* Implement basic support for indexing function templates inDouglas Gregor2010-08-311-3/+121
* USRs for class extensions should "mangle" in the location of the extension. ...Ted Kremenek2010-08-241-2/+23
* Detabify.Eli Friedman2010-08-221-1/+1
* Switch USR generation to use file offsets instead of line/columns for anonymo...Ted Kremenek2010-07-221-4/+4
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-4/+4
* Extend C++ usrs to include type mangling for tag decl arguments, indicating w...Ted Kremenek2010-05-071-4/+21
* Switch USR generation over from NamedDecl::getNameAsString() to NamedDecl::pr...Ted Kremenek2010-05-071-92/+98
* Add initial USR support for mangling in the types of C++ functions and methods.Ted Kremenek2010-05-071-2/+138
* Add USR support for C++ namespaces, and unify mangling of location informatio...Ted Kremenek2010-05-061-37/+47
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-0/+477