summaryrefslogtreecommitdiff
path: root/tools/libclang/CIndexUSRs.cpp
Commit message (Expand)AuthorAge
...
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-20
* Don't crash when generating USRs for ObjC methods in protocols.Ted Kremenek2011-02-05
* USRs for Objective-C methods use the USR of the @interface as their base, not...Ted Kremenek2011-02-04
* Teach libclang to generate USRs containing parameter packs and pack expansions.Douglas Gregor2011-01-19
* Replace the representation of template template argument packDouglas Gregor2011-01-05
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-25
* Replace all uses of PathV1::getLast with PathV2::filename.Michael J. Spencer2010-12-18
* Rework USR generation from CXCursors to use CXStringBufsTed Kremenek2010-11-16
* Move CXString creation/management routines intoTed Kremenek2010-11-16
* Fix a marvelous chained AST writing bug, where we end up with theDouglas Gregor2010-10-05
* Fix indentation.Ted Kremenek2010-09-21
* Check for null ObjCInterfaceDecls returned from getClassInterface() when gene...Ted Kremenek2010-09-21
* Introduce a simple, substitution-based compression scheme for USRs, soDouglas Gregor2010-09-20
* Implement libclang support for using declarations. Clang actually usesDouglas Gregor2010-09-01
* Improve libclang indexing support for class template specializationsDouglas Gregor2010-09-01
* Implement libclang support for using directives (cursor + visitation +Douglas Gregor2010-09-01
* Add libclang support for namespace aliases (visitation + USRs) alongDouglas Gregor2010-08-31
* Add libclang support for class template partial specializations,Douglas Gregor2010-08-31
* Add a libclang cursor kind, visitation support and USR support for C++Douglas Gregor2010-08-31
* Implement basic support for indexing function templates inDouglas Gregor2010-08-31
* USRs for class extensions should "mangle" in the location of the extension. ...Ted Kremenek2010-08-24
* Detabify.Eli Friedman2010-08-22
* Switch USR generation to use file offsets instead of line/columns for anonymo...Ted Kremenek2010-07-22
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-11
* Extend C++ usrs to include type mangling for tag decl arguments, indicating w...Ted Kremenek2010-05-07
* Switch USR generation over from NamedDecl::getNameAsString() to NamedDecl::pr...Ted Kremenek2010-05-07
* Add initial USR support for mangling in the types of C++ functions and methods.Ted Kremenek2010-05-07
* Add USR support for C++ namespaces, and unify mangling of location informatio...Ted Kremenek2010-05-06
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-30