aboutsummaryrefslogtreecommitdiff
path: root/tools/c-index-test/c-index-test.c
AgeCommit message (Expand)Author
2010-09-30c-index-test: Run inside a separate thread iff we have pthread support, toDaniel Dunbar
2010-09-14I will not mix declaration and statements in C90.Douglas Gregor
2010-09-13Introduce a new kind of cursor into libclang, which covers a referenceDouglas Gregor
2010-09-02Introduce a new libclang function,Douglas Gregor
2010-08-27Implement CXCursor support for walking C++ base specifiers. This includes ad...Ted Kremenek
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti...Ted Kremenek
2010-08-26Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-23Introduce new libclang API functions that determine the availabilityDouglas Gregor
2010-08-19c-index-test: Diagnose parse / completion failures in -code-completion-at=.Daniel Dunbar
2010-08-19c-index-test: As with reparse, only honor remapped false during the codeDaniel Dunbar
2010-08-19Fix a c-index-test leak with file remappingDouglas Gregor
2010-08-18c-index-test: Change -test-load-source-repase to only use remapped files for theDaniel Dunbar
2010-08-13Implement caching of code-completion results for macro definitionsDouglas Gregor
2010-08-13Add an options parameter to clang_saveTranslationUnit, because we'll want it ...Douglas Gregor
2010-08-13Implement clang_saveTranslationUnit(), which saves a translation unitDouglas Gregor
2010-08-11Add a (currently unused) "options" parameter toDouglas Gregor
2010-08-09Instead of having a specific CXTranslationUnit_* option flag forDouglas Gregor
2010-08-09Fix mixed declarations and code warning.Daniel Dunbar
2010-08-09Use precompiled preambles for in-process code completion.Douglas Gregor
2010-08-05Give clang_codeCompleteAt() an "options" parameter, and add a newDouglas Gregor
2010-08-04Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor
2010-07-30Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://...Ted Kremenek
2010-07-26Fix an apparent bug.Dan Gohman
2010-07-25Start removing the use of smart pointers from the Parse/SemaDouglas Gregor
2010-07-23Basic plumbing for generating a precompiled preamble for anDouglas Gregor
2010-07-22This was still complaining about the length of the string. I've broken it hereChandler Carruth
2010-07-20Slip up long string literalDouglas Gregor
2010-07-19Introduce a new libclang API, clang_reparseTranslationUnit(), whichDouglas Gregor
2010-07-12Add a -code-completion-timing= mode to c-index-test, so that we canDouglas Gregor
2010-06-22Silence warning about C++-style comments.Benjamin Kramer
2010-06-21Add CXType support for querying the return type of Objective-C methods. This...Ted Kremenek
2010-06-21Add CXType support for FunctionNoProto and FunctionProto types. This include...Ted Kremenek
2010-05-26Introduce priorities into the code-completion results.Douglas Gregor
2010-05-14Add CXType and an initial set of supporting functions to libclang. This expo...Ted Kremenek
2010-04-20Fix USRs for 'extern' variables declaration in functions/method bodies.Ted Kremenek
2010-04-16Rework USR generation for symbols with no linkage. Many of the USRs are now ...Ted Kremenek
2010-03-25Add c-index-test support for printing USRs.Ted Kremenek
2010-03-04c-index-test's printing of linkage was completely broken, as was theDouglas Gregor
2010-03-03Add '-test-print-linkage-source' option to c-index-testTed Kremenek
2010-02-22Rework the CIndex API for displaying diagnostics. Instead of printingDouglas Gregor
2010-02-19Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges.Douglas Gregor
2010-02-18Re-apply my diagnostics-capture patch for CIndex, with some tweaks toDouglas Gregor
2010-02-18Revert my CIndex diagnostic changes (r96603, 96606, 96607), which wereDouglas Gregor
2010-02-18Introduce debugging/testing hook clang_enableStackTraces() intoDouglas Gregor
2010-02-18Resurrect the displayDiagnostics parameter to clang_createIndex(), andDouglas Gregor
2010-02-18Introduce CIndex API functions for displaying a diagnostic, with someDouglas Gregor