| Commit message (Expand) | Author | Age | Files | Lines |
| * | Expose Objective-C type encodings of declarations to libclang users. This al... | David Chisnall | 2010-12-30 | 1 | -0/+4 |
| * | Teach clang_getCursorSemanticParent() and | Douglas Gregor | 2010-12-21 | 1 | -0/+5 |
| * | Add new libclang hooks for CXCursorSet, a | Ted Kremenek | 2010-12-08 | 1 | -1/+32 |
| * | Implement a simple hash function for libclang cursors | Douglas Gregor | 2010-11-20 | 1 | -0/+5 |
| * | Implement clang_getCanonicalCursor() in libclang, which does the obvious thing. | Douglas Gregor | 2010-11-19 | 1 | -0/+26 |
| * | Extend the libclang diagnostic API to provide information about the | Douglas Gregor | 2010-11-19 | 1 | -5/+65 |
| * | Make definition of CXTranslationUnitImpl private | Ted Kremenek | 2010-11-17 | 1 | -4/+1 |
| * | Change CXTranslationUnit to not directly cast to an ASTUnit*, | Ted Kremenek | 2010-11-16 | 1 | -2/+5 |
| * | Move CXString creation/management routines into | Ted Kremenek | 2010-11-16 | 1 | -3/+1 |
| * | ntroduce clang_getSpellingLocation() into libclang, to provide the | Douglas Gregor | 2010-11-09 | 1 | -2/+33 |
| * | Revert r118492, which didn't update all of its tests accordingly | Douglas Gregor | 2010-11-09 | 1 | -33/+2 |
| * | Introduce clang_getSpellingLocation() into libclang, to provide the | Douglas Gregor | 2010-11-09 | 1 | -2/+33 |
| * | Clean up some of the comments in Index.h (e.g., misnamed or extra parameters ... | Ted Kremenek | 2010-11-08 | 1 | -15/+13 |
| * | libclang: Add clang_executeOnThread, for use in c-index-test (and only there, | Daniel Dunbar | 2010-11-04 | 1 | -0/+3 |
| * | Added cursor visitor that takes a block as an argument. Tested compiling | David Chisnall | 2010-11-03 | 1 | -0/+23 |
| * | Introduce libclang-level options for C++ precompiled preambles, | Douglas Gregor | 2010-10-27 | 1 | -1/+16 |
| * | Extend the preprocessing record and libclang with support for | Douglas Gregor | 2010-10-20 | 1 | -1/+8 |
| * | Add clang_getLocationForOffset() to libclang, for gives a source location fro... | David Chisnall | 2010-10-15 | 1 | -0/+7 |
| * | Eliminate clang_codeComplete(). libclang clients should be using the | Douglas Gregor | 2010-10-11 | 1 | -94/+1 |
| * | Eliminate clang_setUseExternalASTGeneration() from libclang. Between | Douglas Gregor | 2010-10-11 | 1 | -12/+0 |
| * | Introduce a new libclang function, clang_getCursorDisplayName(), which | Douglas Gregor | 2010-10-02 | 1 | -0/+9 |
| * | Extend libclang with an API that determines, given a C++ virtual | Douglas Gregor | 2010-10-01 | 1 | -1/+53 |
| * | Implement libclang API functions for retrieving the lexical and | Douglas Gregor | 2010-09-22 | 1 | -0/+67 |
| * | Introduce a new kind of cursor into libclang, which covers a reference | Douglas Gregor | 2010-09-13 | 1 | -1/+67 |
| * | Add libclang support for label statements, gotos, and taking the | Douglas Gregor | 2010-09-10 | 1 | -5/+35 |
| * | Teach libclang to walk the base and member initializers of a | Douglas Gregor | 2010-09-09 | 1 | -3/+8 |
| * | Introduce a new libclang function, | Douglas Gregor | 2010-09-02 | 1 | -0/+30 |
| * | Implement libclang support for using declarations. Clang actually uses | Douglas Gregor | 2010-09-01 | 1 | -1/+3 |
| * | Make it clear that libclang does not modify the command-line arguments | Douglas Gregor | 2010-09-01 | 1 | -3/+3 |
| * | Implement libclang support for using directives (cursor + visitation + | Douglas Gregor | 2010-09-01 | 1 | -1/+4 |
| * | Add libclang support for namespace aliases (visitation + USRs) along | Douglas Gregor | 2010-08-31 | 1 | -3/+8 |
| * | Add a new libclang function clang_getTemplateCursorKind(), which | Douglas Gregor | 2010-08-31 | 1 | -1/+21 |
| * | Extend libclang with a new cursor kind that indicates a reference to a | Douglas Gregor | 2010-08-31 | 1 | -1/+6 |
| * | Add libclang support for class template partial specializations, | Douglas Gregor | 2010-08-31 | 1 | -1/+3 |
| * | Add a libclang cursor kind, visitation support and USR support for C++ | Douglas Gregor | 2010-08-31 | 1 | -1/+4 |
| * | Implement basic support for indexing function templates in | Douglas Gregor | 2010-08-31 | 1 | -1/+9 |
| * | libclang indexing support for C++ constructors, destructors, and | Douglas Gregor | 2010-08-31 | 1 | -2/+7 |
| * | Implement CXCursor support for walking C++ base specifiers. This includes ad... | Ted Kremenek | 2010-08-27 | 1 | -1/+25 |
| * | Fix copy-paste in doxygen comment. | Ted Kremenek | 2010-08-27 | 1 | -1/+1 |
| * | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -0/+11 |
| * | Revert r112149, "Move the sorting of code-completion results out of the main | Daniel Dunbar | 2010-08-26 | 1 | -11/+0 |
| * | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -0/+11 |
| * | Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti... | Ted Kremenek | 2010-08-26 | 1 | -1/+19 |
| * | Silence warning about C++-style comments. | Peter Collingbourne | 2010-08-24 | 1 | -7/+15 |
| * | Introduce new libclang API functions that determine the availability | Douglas Gregor | 2010-08-23 | 1 | -1/+35 |
| * | Add an options parameter to clang_saveTranslationUnit, because we'll want it ... | Douglas Gregor | 2010-08-13 | 1 | -1/+32 |
| * | Implement clang_saveTranslationUnit(), which saves a translation unit | Douglas Gregor | 2010-08-13 | 1 | -0/+20 |
| * | Add a (currently unused) "options" parameter to | Douglas Gregor | 2010-08-11 | 1 | -3/+44 |
| * | Instead of having a specific CXTranslationUnit_* option flag for | Douglas Gregor | 2010-08-09 | 1 | -21/+24 |
| * | Use precompiled preambles for in-process code completion. | Douglas Gregor | 2010-08-09 | 1 | -1/+13 |