Age | Commit message (Expand) | Author |
2011-10-05 | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor |
2011-09-01 | Enable -fdelayed-template-parsing by default on Win32. | Francois Pichet |
2011-07-25 | Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of | Douglas Gregor |
2011-03-08 | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara |
2011-03-06 | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara |
2011-03-04 | Fixed source range for ClassTemplateSpecializationDecl. | Abramo Bagnara |
2011-03-04 | Improved TemplateTypeParmDecl end location. | Abramo Bagnara |
2011-03-04 | Fixed end location of NonTypeTemplateParamDecl. | Abramo Bagnara |
2010-11-05 | Teach clang_getCursorReferenced() that a | Douglas Gregor |
2010-10-22 | Substantially revise how clang computes the visibility of a declaration to | John McCall |
2010-10-02 | Teach clang_getCursorType() about base specifiers and other references | Douglas Gregor |
2010-09-20 | Introduce a simple, substitution-based compression scheme for USRs, so | Douglas Gregor |
2010-09-17 | When traversing an InitListExpr, there may not be a syntactic form; | Douglas Gregor |
2010-09-13 | Introduce a new kind of cursor into libclang, which covers a reference | Douglas Gregor |
2010-09-10 | Add libclang support for label statements, gotos, and taking the | Douglas Gregor |
2010-09-02 | In libclang, visit the nested-name-specifier and explicitly-specified templat... | Douglas Gregor |
2010-09-02 | Visit the nested-name-specifier and explicitly-specified template | Douglas Gregor |
2010-09-02 | Introduce a new libclang function, | Douglas Gregor |
2010-09-01 | Test visiting the template parameters of template template parameters, | Douglas Gregor |
2010-09-01 | Teach libclang to visit the default arguments of template parameters. | Douglas Gregor |
2010-09-01 | Implement libclang support for using declarations. Clang actually uses | Douglas Gregor |
2010-09-01 | Improve libclang indexing support for class template specializations | Douglas Gregor |
2010-08-31 | Extend libclang with a new cursor kind that indicates a reference to a | Douglas Gregor |
2010-08-31 | Add libclang support for class template partial specializations, | Douglas Gregor |
2010-08-31 | Add a libclang cursor kind, visitation support and USR support for C++ | Douglas Gregor |
2010-08-31 | Implement basic support for indexing function templates in | Douglas Gregor |