| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar | 2010-06-08 | 1 | -2/+2 |
| * | 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 |
| * | Add libclang function 'clang_CXXMethod_isStatic' to query of a C++ method | Ted Kremenek | 2010-05-17 | 1 | -0/+18 |
| * | Add CXType and an initial set of supporting functions to libclang. This expo... | Ted Kremenek | 2010-05-14 | 1 | -0/+118 |
| * | Add CXCursor support for LinkageSpecDecl (e.g., 'extern "C"'). | Ted Kremenek | 2010-05-07 | 1 | -1/+3 |
| * | Add CXCursor support for C++ namespaces. | Ted Kremenek | 2010-05-06 | 1 | -2/+3 |
| * | Move include installation steps to better location, inside each include dir i... | Daniel Dunbar | 2010-04-30 | 1 | -0/+31 |
| * | Make CXLanguage_Invalid the first enum value (with '0' as its value) in CXLan... | Ted Kremenek | 2010-04-14 | 1 | -2/+2 |
| * | Add cursor kind for C++ methods. | Ted Kremenek | 2010-04-13 | 1 | -1/+5 |
| * | Add 'clang_getCursorLanguage' to return the "language" of the AST element (e.... | Ted Kremenek | 2010-04-12 | 1 | -1/+16 |
| * | Update doxygen comments about lifetime requirements of CXUnsaveFile data argu... | Ted Kremenek | 2010-04-12 | 1 | -2/+6 |
| * | Add CIndex support for blocks. | Ted Kremenek | 2010-04-11 | 1 | -1/+5 |
| * | Make the CIndex API more resilient to being used on invalid code. | Ted Kremenek | 2010-03-19 | 1 | -1/+2 |
| * | Expose macro definitions as CIndex cursors. These can still only be | Douglas Gregor | 2010-03-18 | 1 | -1/+2 |
| * | More token-annotation experimentation, preprocessing the annotated | Douglas Gregor | 2010-03-18 | 1 | -2/+2 |
| * | Experimental stab at using relexing to identify preprocessor | Douglas Gregor | 2010-03-18 | 1 | -1/+13 |
| * | Rename clang_constructUSR_ObjCategory to clang_constructUSR_ObjCCategory. | Ted Kremenek | 2010-03-15 | 1 | -1/+1 |
| * | Implement several CIndex functions for constructing USRs from C-strings inste... | Ted Kremenek | 2010-03-13 | 1 | -37/+78 |
| * | Implement clang_isUnexposed(), a predicate function to simplify filtering out | Ted Kremenek | 2010-03-08 | 1 | -0/+6 |
| * | Add clang_getCursorLinkage(), which returns the | Ted Kremenek | 2010-03-03 | 1 | -0/+26 |
| * | When given unsaved files in clang_createTranslationUnitFromSourceFile, | Douglas Gregor | 2010-02-27 | 1 | -4/+2 |
| * | Rework the CIndex API for displaying diagnostics. Instead of printing | Douglas Gregor | 2010-02-22 | 1 | -7/+6 |
| * | Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges. | Douglas Gregor | 2010-02-19 | 1 | -79/+21 |
| * | Re-apply my diagnostics-capture patch for CIndex, with some tweaks to | Douglas Gregor | 2010-02-18 | 1 | -4/+79 |
| * | Revert my CIndex diagnostic changes (r96603, 96606, 96607), which were | Douglas Gregor | 2010-02-18 | 1 | -79/+4 |
| * | Introduce debugging/testing hook clang_enableStackTraces() into | Douglas Gregor | 2010-02-18 | 1 | -2/+2 |
| * | Resurrect the displayDiagnostics parameter to clang_createIndex(), and | Douglas Gregor | 2010-02-18 | 1 | -3/+4 |
| * | Introduce CIndex API functions for displaying a diagnostic, with some | Douglas Gregor | 2010-02-18 | 1 | -0/+74 |
| * | Rework how CIndex handles diagnostics. Rather than using a callback, | Douglas Gregor | 2010-02-18 | 1 | -17/+41 |
| * | Start adding cursor kinds for attributes, with first exposing | Ted Kremenek | 2010-02-18 | 1 | -1/+13 |
| * | Fix comment. | Daniel Dunbar | 2010-02-17 | 1 | -2/+2 |
| * | Convert clang_getCompletionChunkText() to return a CXString. | Ted Kremenek | 2010-02-17 | 1 | -1/+1 |
| * | Change clang_getCursorKindSpelling() to return a CXString | Ted Kremenek | 2010-02-17 | 1 | -1/+1 |
| * | Change clang_getFileName() to return a 'CXString' instead of 'const char *'. | Ted Kremenek | 2010-02-17 | 1 | -1/+1 |
| * | CIndex: Switch CXSourceRange to proper half-open intervals. | Daniel Dunbar | 2010-02-14 | 1 | -1/+1 |
| * | Make the following functions thread-safe but having them return an std::strin... | Ted Kremenek | 2010-02-12 | 1 | -1/+1 |