Age | Commit message (Expand) | Author |
2011-10-17 | Try fixing MSVC compiler errors. | Argyrios Kyrtzidis |
2011-10-17 | [libclang] Introduce a new high level API for indexing clients that assumes | Argyrios Kyrtzidis |
2011-10-14 | Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to | Erik Verbruggen |
2011-10-06 | Fixed GCC (C90) and Clang warnings. | Erik Verbruggen |
2011-10-06 | Added CXAvailability_NotAccessible to indicate that a declaration is availabl... | Erik Verbruggen |
2011-10-06 | [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, | Argyrios Kyrtzidis |
2011-09-26 | Don't map a file:line:col triplet that is inside the preamble range to | Argyrios Kyrtzidis |
2011-09-12 | [libclang] Make c-index-test check CINDEXTEST_REMAP_AFTER_TRIAL environment v... | Argyrios Kyrtzidis |
2011-08-29 | Fix type mismatch in initialization (caught by -Wliteral-conversion) | Matt Beaumont-Gay |
2011-08-04 | Add a new libclang API to return a CXCompletionString for an arbitrary | Douglas Gregor |
2011-07-26 | Add new libclang API, clang_codeCompleteGetObjCSelector(), which | Douglas Gregor |
2011-07-25 | Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of | Douglas Gregor |
2011-07-21 | New libclang API to expose container type for code completion, from | Douglas Gregor |
2011-07-14 | NestedMacroInstantiations -> NestedMacroExpansions | Chandler Carruth |
2011-07-07 | Introduce a new libclang aPI function, | Douglas Gregor |
2011-07-06 | MSVC doesn't like mixing declarations and statements in a C file. | Francois Pichet |
2011-07-06 | libclang: Allow callers of clang_saveTranslationUnit() to distinguish | Douglas Gregor |
2011-05-13 | Add c-index-test printing and tests for static and virtual method | Douglas Gregor |
2011-05-06 | Introduce a new libclang parsing flag, | Douglas Gregor |
2011-05-04 | Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), | Douglas Gregor |
2011-04-20 | Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. | Ted Kremenek |
2011-04-18 | Report memory usage for global code completion results in CXTUMemoryUsage. | Ted Kremenek |
2011-04-18 | Unbreak the MSVC build: Don't mix variable declarations and statements in a .... | Francois Pichet |
2011-04-18 | Add libclang API to query how much memory is used by a CXTranslationUnit. Th... | Ted Kremenek |
2011-03-09 | c-index-test.c: Fix cygwin warning not to pass signed char to islower(c). | NAKAMURA Takumi |
2011-02-03 | If any Fix-Its attached to a diagnostic have invalid source locations | Douglas Gregor |
2011-01-31 | Teach Diagnostic::setClient() to free the existing, owned | Douglas Gregor |
2011-01-27 | Teach ASTUnit to save the specified target features, since | Douglas Gregor |
2011-01-27 | Add libclang functions to determine the const/volatile/restrict | Douglas Gregor |
2010-11-30 | De-C99-ify for loop | Douglas Gregor |
2010-11-30 | Teach c-index-test to reparse the source file a few times when testing | Douglas Gregor |
2010-11-19 | Extend the libclang diagnostic API to provide information about the | Douglas Gregor |
2010-11-16 | Change CXTranslationUnit to not directly cast to an ASTUnit*, | Ted Kremenek |
2010-11-16 | Move CXString creation/management routines into | Ted Kremenek |
2010-11-15 | Tweak libclang's heuristics for building precompiled preambles and | Douglas Gregor |
2010-11-09 | ntroduce clang_getSpellingLocation() into libclang, to provide the | Douglas Gregor |
2010-11-09 | Revert r118492, which didn't update all of its tests accordingly | Douglas Gregor |
2010-11-09 | Introduce clang_getSpellingLocation() into libclang, to provide the | Douglas Gregor |
2010-11-04 | Adjust return type of thread_runner. | Benjamin Kramer |
2010-11-04 | c-index-test: Switch to using clang_executeOnThread instead of mucking about | Daniel Dunbar |
2010-10-27 | Add an environment variable that allows us to turn off threading in c-index-test | Douglas Gregor |
2010-10-20 | Extend the preprocessing record and libclang with support for | Douglas Gregor |
2010-10-20 | Call clang_disposeTokens() when we are done with the set of tokens. | Ted Kremenek |
2010-10-12 | This patch remove the Win32 XFAIL from remap-complete.c | Francois Pichet |
2010-10-11 | Switch c-index-test from clang_codeComplete() over to | Douglas Gregor |
2010-10-11 | Eliminate clang_setUseExternalASTGeneration() from libclang. Between | Douglas Gregor |
2010-10-08 | Fix the mapping of vertical-space cursor kinds to produce a newline, | Douglas Gregor |
2010-10-02 | Introduce a new libclang function, clang_getCursorDisplayName(), which | Douglas Gregor |
2010-10-01 | Extend libclang with an API that determines, given a C++ virtual | Douglas Gregor |
2010-09-30 | perform_code_completion(): fix type declaration for TU. | Dawn Perchik |