summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test/c-index-test.c
Commit message (Expand)AuthorAgeFilesLines
* Instead of having a specific CXTranslationUnit_* option flag forDouglas Gregor2010-08-091-1/+1
* Fix mixed declarations and code warning.Daniel Dunbar2010-08-091-1/+1
* Use precompiled preambles for in-process code completion.Douglas Gregor2010-08-091-11/+17
* Give clang_codeCompleteAt() an "options" parameter, and add a newDouglas Gregor2010-08-051-1/+2
* Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor2010-08-041-5/+15
* Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://...Ted Kremenek2010-07-301-0/+2
* Fix an apparent bug.Dan Gohman2010-07-261-1/+1
* Start removing the use of smart pointers from the Parse/SemaDouglas Gregor2010-07-251-1/+1
* Basic plumbing for generating a precompiled preamble for anDouglas Gregor2010-07-231-5/+16
* This was still complaining about the length of the string. I've broken it hereChandler Carruth2010-07-221-1/+2
* Slip up long string literalDouglas Gregor2010-07-201-1/+2
* Introduce a new libclang API, clang_reparseTranslationUnit(), whichDouglas Gregor2010-07-191-1/+63
* Add a -code-completion-timing= mode to c-index-test, so that we canDouglas Gregor2010-07-121-7/+15
* Silence warning about C++-style comments.Benjamin Kramer2010-06-221-2/+2
* Add CXType support for querying the return type of Objective-C methods. This...Ted Kremenek2010-06-211-1/+1
* Add CXType support for FunctionNoProto and FunctionProto types. This include...Ted Kremenek2010-06-211-6/+19
* Introduce priorities into the code-completion results.Douglas Gregor2010-05-261-1/+2
* Add CXType and an initial set of supporting functions to libclang. This expo...Ted Kremenek2010-05-141-0/+29
* Fix USRs for 'extern' variables declaration in functions/method bodies.Ted Kremenek2010-04-201-3/+4
* Rework USR generation for symbols with no linkage. Many of the USRs are now ...Ted Kremenek2010-04-161-1/+1
* Add c-index-test support for printing USRs.Ted Kremenek2010-03-251-4/+187
* c-index-test's printing of linkage was completely broken, as was theDouglas Gregor2010-03-041-4/+4
* Add '-test-print-linkage-source' option to c-index-testTed Kremenek2010-03-031-1/+32
* Rework the CIndex API for displaying diagnostics. Instead of printingDouglas Gregor2010-02-221-2/+6
* Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges.Douglas Gregor2010-02-191-41/+19
* Re-apply my diagnostics-capture patch for CIndex, with some tweaks toDouglas Gregor2010-02-181-109/+66
* Revert my CIndex diagnostic changes (r96603, 96606, 96607), which wereDouglas Gregor2010-02-181-66/+109
* Introduce debugging/testing hook clang_enableStackTraces() intoDouglas Gregor2010-02-181-0/+1
* Resurrect the displayDiagnostics parameter to clang_createIndex(), andDouglas Gregor2010-02-181-6/+9
* Introduce CIndex API functions for displaying a diagnostic, with someDouglas Gregor2010-02-181-103/+56
* Rework how CIndex handles diagnostics. Rather than using a callback,Douglas Gregor2010-02-181-19/+25
* Convert clang_getCompletionChunkText() to return a CXString.Ted Kremenek2010-02-171-2/+6
* Change clang_getCursorKindSpelling() to return a CXStringTed Kremenek2010-02-171-112/+122
* Change clang_getFileName() to return a 'CXString' instead of 'const char *'.Ted Kremenek2010-02-171-9/+27
* c-index-test: Pass appropriate client data.Daniel Dunbar2010-02-161-1/+1
* CIndex: Switch CXSourceRange to proper half-open intervals.Daniel Dunbar2010-02-141-3/+2
* c-index-test: Unify and always print half-open extents.Daniel Dunbar2010-02-141-8/+7
* c-index-test: Simplify file scanning code.Daniel Dunbar2010-02-141-46/+28
* c-index-test: Unify syntax for printing extents. Yes, there were 4.Daniel Dunbar2010-02-141-16/+25
* Attempt to always dispose of the CXIndex object in c-index-test.Ted Kremenek2010-02-111-3/+12
* c-index-test: Add "none" filter, useful for performance testing.Daniel Dunbar2010-02-101-0/+1
* Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel!Douglas Gregor2010-02-081-8/+7
* When printing diagnostics in c-index-test, also print source rangesDouglas Gregor2010-01-291-2/+85
* Switch the remaining diagnostic printing in CIndex over to theDouglas Gregor2010-01-281-10/+9
* Implement a diagnostics callback for the C interface to Clang, so thatDouglas Gregor2010-01-281-4/+48
* Implement 'clang_getInclusions()' in CIndex. This API allows clients to walk...Ted Kremenek2010-01-261-1/+33
* Eliminate clang_getInstantiationLocationOffset(), and instead add anDouglas Gregor2010-01-261-8/+8
* Implement clang_annotateTokens(), which associates cursors with eachDouglas Gregor2010-01-261-1/+6
* Add 'PostVisitTU' callback hook to 'perform_test_load()' to allow a special c...Ted Kremenek2010-01-261-9/+21
* Allow the 'visitor' argument to 'perform_test_load()' to be NULL. TheTed Kremenek2010-01-261-18/+22
OpenPOWER on IntegriCloud