| Commit message (Expand) | Author | Age | Files | Lines |
| * | Teach clang_getCursorReferenced() and friends about BlockDeclRefExprs. | Douglas Gregor | 2010-10-22 | 1 | -0/+4 |
| * | Improve the implementation of libclang's token-annotation logic for | Douglas Gregor | 2010-10-21 | 1 | -15/+69 |
| * | Extend the preprocessing record and libclang with support for | Douglas Gregor | 2010-10-20 | 1 | -4/+32 |
| * | Add clang_getLocationForOffset() to libclang, for gives a source location fro... | David Chisnall | 2010-10-15 | 1 | -0/+21 |
| * | Don't claim that things that are Objective-C keywords if preceded by an @ are... | David Chisnall | 2010-10-13 | 1 | -1/+3 |
| * | Eliminate clang_setUseExternalASTGeneration() from libclang. Between | Douglas Gregor | 2010-10-11 | 1 | -213/+52 |
| * | libclang: Disable LLVM pretty stack trace functionality, which inadvertently | Daniel Dunbar | 2010-10-08 | 1 | -0/+5 |
| * | Introduce a new libclang function, clang_getCursorDisplayName(), which | Douglas Gregor | 2010-10-02 | 1 | -0/+85 |
| * | Don't add -fno-spell-checking in libclang if a spell-checking-related argumen... | Douglas Gregor | 2010-10-02 | 1 | -3/+11 |
| * | Provide proper source location and range information for C++ base | Douglas Gregor | 2010-10-02 | 1 | -4/+11 |
| * | Teach clang_getCursorReferenced() about Objective-C property reference | Douglas Gregor | 2010-10-01 | 1 | -3/+9 |
| * | Extend libclang with an API that determines, given a C++ virtual | Douglas Gregor | 2010-10-01 | 1 | -0/+111 |
| * | Enable caching of global code completion results in the suggested | Douglas Gregor | 2010-09-27 | 1 | -1/+2 |
| * | Teach libclang to enable multithreading in LLVM, since libclang clients are l... | Douglas Gregor | 2010-09-24 | 1 | -2/+14 |
| * | Add some missing concurrency checks into libclang | Douglas Gregor | 2010-09-23 | 1 | -3/+7 |
| * | Implement libclang API functions for retrieving the lexical and | Douglas Gregor | 2010-09-22 | 1 | -0/+30 |
| * | Correctly register the class extension as the lexical DeclContext for ObjC me... | Ted Kremenek | 2010-09-21 | 1 | -2/+2 |
| * | When traversing an InitListExpr, there may not be a syntactic form; | Douglas Gregor | 2010-09-17 | 1 | -1/+4 |
| * | Fix a silly typo and its pasteo. Thanks to Francois Pichet for noticing my mi... | Douglas Gregor | 2010-09-16 | 1 | -2/+2 |
| * | Introduce a new kind of cursor into libclang, which covers a reference | Douglas Gregor | 2010-09-13 | 1 | -52/+124 |
| * | Add libclang support for label statements, gotos, and taking the | Douglas Gregor | 2010-09-10 | 1 | -2/+57 |
| * | Add libclang visitation for C99 designated initializers. | Douglas Gregor | 2010-09-09 | 1 | -2/+38 |
| * | Add libclang visitation for __builtin_offsetof's components (fields | Douglas Gregor | 2010-09-09 | 1 | -2/+25 |
| * | Teach libclang to walk the base and member initializers of a | Douglas Gregor | 2010-09-09 | 1 | -4/+76 |
| * | Simplify template instantiation for C++ exception declarations, | Douglas Gregor | 2010-09-09 | 1 | -3/+1 |
| * | Add proper type-source information to UnaryTypeTraitExpr, including | Douglas Gregor | 2010-09-09 | 1 | -2/+17 |
| * | Provide proper type-source location information for | Douglas Gregor | 2010-09-08 | 1 | -3/+26 |
| * | Improve source-location information for CXXNewExpr, by hanging on to | Douglas Gregor | 2010-09-07 | 1 | -1/+24 |
| * | Implement libclang visitation for UnresolvedMemberExpr. This is the | Douglas Gregor | 2010-09-03 | 1 | -0/+10 |
| * | libclang visitation for CXXDependentScopeMemberExpr | Douglas Gregor | 2010-09-03 | 1 | -0/+32 |
| * | libclang visitation for DependentScopeDeclRefExpr | Douglas Gregor | 2010-09-03 | 1 | -0/+26 |
| * | Teach libclang to visit OverloadExprs, so that we can reuse this | Douglas Gregor | 2010-09-02 | 1 | -2/+13 |
| * | Add libclang visitation for UnresolvedLookupExprs | Douglas Gregor | 2010-09-02 | 1 | -2/+19 |
| * | Add libclang visitation for C++ pseudo-destructor expressions. | Douglas Gregor | 2010-09-02 | 1 | -0/+28 |
| * | Teach libclang not to recursive into default argument expressions | Douglas Gregor | 2010-09-02 | 1 | -0/+1 |
| * | Add libclang visitation for C++ typeid expressions. | Douglas Gregor | 2010-09-02 | 1 | -0/+12 |
| * | In libclang, visit the nested-name-specifier and explicitly-specified templat... | Douglas Gregor | 2010-09-02 | 1 | -1/+29 |
| * | Visit the nested-name-specifier and explicitly-specified template | Douglas Gregor | 2010-09-02 | 1 | -1/+24 |
| * | Implement basic visitation for nested name specifiers via libclang | Douglas Gregor | 2010-09-02 | 1 | -7/+71 |
| * | Teach libclang to visit the default arguments of template parameters. | Douglas Gregor | 2010-09-01 | 1 | -1/+30 |
| * | Implement libclang support for using declarations. Clang actually uses | Douglas Gregor | 2010-09-01 | 1 | -2/+29 |
| * | Improve libclang indexing support for class template specializations | Douglas Gregor | 2010-09-01 | 1 | -0/+36 |
| * | Make it clear that libclang does not modify the command-line arguments | Douglas Gregor | 2010-09-01 | 1 | -4/+4 |
| * | Implement libclang support for using directives (cursor + visitation + | Douglas Gregor | 2010-09-01 | 1 | -1/+14 |
| * | Add libclang support for namespace aliases (visitation + USRs) along | Douglas Gregor | 2010-08-31 | 1 | -1/+31 |
| * | Add a new libclang function clang_getTemplateCursorKind(), which | Douglas Gregor | 2010-08-31 | 1 | -2/+8 |
| * | Extend libclang with a new cursor kind that indicates a reference to a | Douglas Gregor | 2010-08-31 | 1 | -8/+54 |
| * | Add libclang support for class template partial specializations, | Douglas Gregor | 2010-08-31 | 1 | -0/+20 |
| * | Add a libclang cursor kind, visitation support and USR support for C++ | Douglas Gregor | 2010-08-31 | 1 | -0/+12 |
| * | Implement basic support for indexing function templates in | Douglas Gregor | 2010-08-31 | 1 | -3/+98 |