| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -1/+0 |
| * | Don't crash when generating USRs for ObjC methods in protocols. | Ted Kremenek | 2011-02-05 | 1 | -8/+13 |
| * | USRs for Objective-C methods use the USR of the @interface as their base, not... | Ted Kremenek | 2011-02-04 | 1 | -18/+6 |
| * | Teach libclang to generate USRs containing parameter packs and pack expansions. | Douglas Gregor | 2011-01-19 | 1 | -3/+18 |
| * | Replace the representation of template template argument pack | Douglas Gregor | 2011-01-05 | 1 | -1/+3 |
| * | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner | 2010-12-25 | 1 | -1/+2 |
| * | Replace all uses of PathV1::getLast with PathV2::filename. | Michael J. Spencer | 2010-12-18 | 1 | -2/+1 |
| * | Rework USR generation from CXCursors to use CXStringBufs | Ted Kremenek | 2010-11-16 | 1 | -20/+42 |
| * | Move CXString creation/management routines into | Ted Kremenek | 2010-11-16 | 1 | -0/+1 |
| * | Fix a marvelous chained AST writing bug, where we end up with the | Douglas Gregor | 2010-10-05 | 1 | -1/+2 |
| * | Fix indentation. | Ted Kremenek | 2010-09-21 | 1 | -1/+1 |
| * | Check for null ObjCInterfaceDecls returned from getClassInterface() when gene... | Ted Kremenek | 2010-09-21 | 1 | -4/+11 |
| * | Introduce a simple, substitution-based compression scheme for USRs, so | Douglas Gregor | 2010-09-20 | 1 | -26/+43 |
| * | Implement libclang support for using declarations. Clang actually uses | Douglas Gregor | 2010-09-01 | 1 | -0/+9 |
| * | Improve libclang indexing support for class template specializations | Douglas Gregor | 2010-09-01 | 1 | -0/+11 |
| * | Implement libclang support for using directives (cursor + visitation + | Douglas Gregor | 2010-09-01 | 1 | -2/+4 |
| * | Add libclang support for namespace aliases (visitation + USRs) along | Douglas Gregor | 2010-08-31 | 1 | -0/+6 |
| * | Add libclang support for class template partial specializations, | Douglas Gregor | 2010-08-31 | 1 | -8/+20 |
| * | Add a libclang cursor kind, visitation support and USR support for C++ | Douglas Gregor | 2010-08-31 | 1 | -6/+28 |
| * | Implement basic support for indexing function templates in | Douglas Gregor | 2010-08-31 | 1 | -3/+121 |
| * | USRs for class extensions should "mangle" in the location of the extension. ... | Ted Kremenek | 2010-08-24 | 1 | -2/+23 |
| * | Detabify. | Eli Friedman | 2010-08-22 | 1 | -1/+1 |
| * | Switch USR generation to use file offsets instead of line/columns for anonymo... | Ted Kremenek | 2010-07-22 | 1 | -4/+4 |
| * | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -4/+4 |
| * | Extend C++ usrs to include type mangling for tag decl arguments, indicating w... | Ted Kremenek | 2010-05-07 | 1 | -4/+21 |
| * | Switch USR generation over from NamedDecl::getNameAsString() to NamedDecl::pr... | Ted Kremenek | 2010-05-07 | 1 | -92/+98 |
| * | Add initial USR support for mangling in the types of C++ functions and methods. | Ted Kremenek | 2010-05-07 | 1 | -2/+138 |
| * | Add USR support for C++ namespaces, and unify mangling of location informatio... | Ted Kremenek | 2010-05-06 | 1 | -37/+47 |
| * | Rename 'CIndex' to 'libclang', since it has basically become our stable public | Daniel Dunbar | 2010-04-30 | 1 | -0/+477 |