Age | Commit message (Expand) | Author |
2010-03-25 | Add c-index-test support for printing USRs. | Ted Kremenek |
2010-03-04 | c-index-test's printing of linkage was completely broken, as was the | Douglas Gregor |
2010-03-03 | Add '-test-print-linkage-source' option to c-index-test | Ted Kremenek |
2010-02-22 | Rework the CIndex API for displaying diagnostics. Instead of printing | Douglas Gregor |
2010-02-19 | Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges. | Douglas Gregor |
2010-02-18 | Re-apply my diagnostics-capture patch for CIndex, with some tweaks to | Douglas Gregor |
2010-02-18 | Revert my CIndex diagnostic changes (r96603, 96606, 96607), which were | Douglas Gregor |
2010-02-18 | Introduce debugging/testing hook clang_enableStackTraces() into | Douglas Gregor |
2010-02-18 | Resurrect the displayDiagnostics parameter to clang_createIndex(), and | Douglas Gregor |
2010-02-18 | Introduce CIndex API functions for displaying a diagnostic, with some | Douglas Gregor |
2010-02-18 | Rework how CIndex handles diagnostics. Rather than using a callback, | Douglas Gregor |
2010-02-17 | Convert clang_getCompletionChunkText() to return a CXString. | Ted Kremenek |
2010-02-17 | Change clang_getCursorKindSpelling() to return a CXString | Ted Kremenek |
2010-02-17 | Change clang_getFileName() to return a 'CXString' instead of 'const char *'. | Ted Kremenek |
2010-02-16 | c-index-test: Pass appropriate client data. | Daniel Dunbar |
2010-02-14 | CIndex: Switch CXSourceRange to proper half-open intervals. | Daniel Dunbar |
2010-02-14 | c-index-test: Unify and always print half-open extents. | Daniel Dunbar |
2010-02-14 | c-index-test: Simplify file scanning code. | Daniel Dunbar |
2010-02-14 | c-index-test: Unify syntax for printing extents. Yes, there were 4. | Daniel Dunbar |
2010-02-11 | Attempt to always dispose of the CXIndex object in c-index-test. | Ted Kremenek |
2010-02-10 | c-index-test: Add "none" filter, useful for performance testing. | Daniel Dunbar |
2010-02-08 | Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel! | Douglas Gregor |
2010-01-29 | When printing diagnostics in c-index-test, also print source ranges | Douglas Gregor |
2010-01-28 | Switch the remaining diagnostic printing in CIndex over to the | Douglas Gregor |
2010-01-28 | Implement a diagnostics callback for the C interface to Clang, so that | Douglas Gregor |
2010-01-26 | Implement 'clang_getInclusions()' in CIndex. This API allows clients to walk... | Ted Kremenek |
2010-01-26 | Eliminate clang_getInstantiationLocationOffset(), and instead add an | Douglas Gregor |
2010-01-26 | Implement clang_annotateTokens(), which associates cursors with each | Douglas Gregor |
2010-01-26 | Add 'PostVisitTU' callback hook to 'perform_test_load()' to allow a special c... | Ted Kremenek |
2010-01-26 | Allow the 'visitor' argument to 'perform_test_load()' to be NULL. The | Ted Kremenek |
2010-01-26 | Introduce a CIndex API for lexing the raw tokens within a given source | Douglas Gregor |
2010-01-23 | Extend clang_createTranslationUnitFromSourceFile() to support creating | Douglas Gregor |
2010-01-22 | Yet more CIndex API cleanup: | Douglas Gregor |
2010-01-20 | Stash a CXXUnit pointer into each cursor. This allows us to simplify | Douglas Gregor |
2010-01-20 | Switch c-index-test from clang_loadDeclaration() and | Douglas Gregor |
2010-01-19 | Rework the CXSourceLocation and CXSourceRange APIs. They are now | Douglas Gregor |
2010-01-19 | Eliminate cursor kinds used to express definitions. Instead, provide | Douglas Gregor |
2010-01-19 | Introduce clang_getCursorReferenced, to get a cursor pointing at the | Douglas Gregor |
2010-01-19 | Implement clang_getCursorExtent, which provides a source range for the | Douglas Gregor |
2010-01-18 | Introduce clang_getCursorLocation(), which supercedes | Douglas Gregor |
2010-01-18 | Clean up the CIndex API slightly. | Douglas Gregor |
2010-01-18 | Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing '... | Ted Kremenek |
2010-01-16 | Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). ... | Ted Kremenek |
2010-01-15 | Make CXCursor's data opaque. | Douglas Gregor |
2010-01-15 | Add -cursor-at=file:line:column command line option to c-index-test, | Douglas Gregor |
2010-01-12 | Add USR printing modes to c-index-test. | Ted Kremenek |
2010-01-12 | Make 'CXTranslationUnitIterator' an argument to perform_test_load(), | Ted Kremenek |
2010-01-10 | Improve code completion by introducing patterns for the various C and | Douglas Gregor |
2010-01-07 | Add FileCheck prefix to another location in the output of c-index-test. | Ted Kremenek |
2010-01-05 | Remove unused variables. | Ted Kremenek |