Age | Commit message (Expand) | Author |
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-28 | [PR9321] "make install" does not need install c-index-test. It is used for te... | NAKAMURA Takumi |
2011-02-19 | Re-instate r125819 and r125820 with no functionality change | Peter Collingbourne |
2011-02-19 | Revert 125820 and 125819 to fix PR9266. | Rafael Espindola |
2011-02-18 | Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction | Peter Collingbourne |
2011-02-10 | CMake: LLVM_NO_RTTI must be obsolete now! | 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 |
2010-09-30 | c-index-test: Run inside a separate thread iff we have pthread support, to | Daniel Dunbar |
2010-09-14 | I will not mix declaration and statements in C90. | Douglas Gregor |
2010-09-13 | Revert "CMake: Update to use standard CMake dependency tracking facilities in... | Michael J. Spencer |
2010-09-13 | Introduce a new kind of cursor into libclang, which covers a reference | Douglas Gregor |
2010-09-10 | CMake: Update to use standard CMake dependency tracking facilities instead | Michael J. Spencer |
2010-09-09 | Clean up CMake dependencies | Douglas Gregor |
2010-09-02 | Introduce a new libclang function, | Douglas Gregor |
2010-08-27 | Implement CXCursor support for walking C++ base specifiers. This includes ad... | Ted Kremenek |
2010-08-26 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-26 | Revert r112149, "Move the sorting of code-completion results out of the main | Daniel Dunbar |
2010-08-26 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-26 | Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti... | Ted Kremenek |
2010-08-26 | Revert "Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-25 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-23 | Introduce new libclang API functions that determine the availability | Douglas Gregor |