summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndexUSRs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-1/+0
* Don't crash when generating USRs for ObjC methods in protocols.Ted Kremenek2011-02-051-8/+13
* USRs for Objective-C methods use the USR of the @interface as their base, not...Ted Kremenek2011-02-041-18/+6
* Teach libclang to generate USRs containing parameter packs and pack expansions.Douglas Gregor2011-01-191-3/+18
* Replace the representation of template template argument packDouglas Gregor2011-01-051-1/+3
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-251-1/+2
* Replace all uses of PathV1::getLast with PathV2::filename.Michael J. Spencer2010-12-181-2/+1
* Rework USR generation from CXCursors to use CXStringBufsTed Kremenek2010-11-161-20/+42
* Move CXString creation/management routines intoTed Kremenek2010-11-161-0/+1
* Fix a marvelous chained AST writing bug, where we end up with theDouglas Gregor2010-10-051-1/+2
* Fix indentation.Ted Kremenek2010-09-211-1/+1
* Check for null ObjCInterfaceDecls returned from getClassInterface() when gene...Ted Kremenek2010-09-211-4/+11
* Introduce a simple, substitution-based compression scheme for USRs, soDouglas Gregor2010-09-201-26/+43
* 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
OpenPOWER on IntegriCloud