| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Give clang_codeCompleteAt() an "options" parameter, and add a new | Douglas Gregor | 2010-08-05 | 1 | -1/+35 |
| * | Add code-completion support directly to ASTUnit, which performs code | Douglas Gregor | 2010-08-04 | 1 | -1/+71 |
| * | Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://... | Ted Kremenek | 2010-07-30 | 1 | -0/+6 |
| * | Basic plumbing for generating a precompiled preamble for an | Douglas Gregor | 2010-07-23 | 1 | -8/+36 |
| * | Introduce a new C API function, clang_parseTranslationUnit(), which | Douglas Gregor | 2010-07-21 | 1 | -0/+77 |
| * | Introduce a new libclang API, clang_reparseTranslationUnit(), which | Douglas Gregor | 2010-07-19 | 1 | -0/+38 |
| * | Add CXType support for querying the return type of Objective-C methods. This... | Ted Kremenek | 2010-06-21 | 1 | -1/+7 |
| * | Add CXType support for FunctionNoProto and FunctionProto types. This include... | Ted Kremenek | 2010-06-21 | 1 | -1/+8 |
| * | Remove clang_isFromMainFile(). It doesn't work correctly with CXDiagnostics,... | Ted Kremenek | 2010-05-27 | 1 | -6/+0 |
| * | Introduce priorities into the code-completion results. | Douglas Gregor | 2010-05-26 | 1 | -0/+15 |
| * | Add libclang function 'clang_isFromMainFile()' (which just wraps SourceManage... | Ted Kremenek | 2010-05-20 | 1 | -0/+6 |
| * | Move CXCursor_FirstDecl definition later to make the results more readable in... | Ted Kremenek | 2010-05-19 | 1 | -1/+1 |
| * | Remove clang_isDeclarationADefinition() since its functionality is already pr... | Ted Kremenek | 2010-05-19 | 1 | -6/+0 |
| * | Add clang support for IBOutletCollection. | Ted Kremenek | 2010-05-19 | 1 | -1/+2 |
| * | Add function 'clang_isTagDeclDefinition()' to allow clients of libclang to di... | Ted Kremenek | 2010-05-18 | 1 | -0/+6 |