summaryrefslogtreecommitdiffstats
path: root/test/Index/Inputs
Commit message (Expand)AuthorAgeFilesLines
* Ensure that we clean up after a failed module build and cope with theDouglas Gregor2012-01-292-0/+9
* Implement code completion support for module import declarations, e.g.,Douglas Gregor2012-01-296-0/+17
* [PCH] Fix reading from PCH of diagnostic pragmas.Argyrios Kyrtzidis2011-11-091-0/+1
* Add missing part of testDouglas Gregor2011-11-071-0/+14
* Eliminate a hang while loading a sequence of redeclarable entities. InDouglas Gregor2011-10-261-0/+21
* Revamp the SourceManager to separate the representation of parsedDouglas Gregor2011-07-191-0/+6
* Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor2011-05-042-0/+9
* When determining which preprocessed entities to traverse in libclang,Douglas Gregor2010-12-212-0/+8
* When setting the globally-visible declarations for a particularDouglas Gregor2010-09-242-0/+5
* When we decide not to reuse a precompiled preamble, clear out theDouglas Gregor2010-08-202-0/+3
* libclang: Execute clang_codeCompleteAt() inside a crash recovery context.Daniel Dunbar2010-08-191-0/+12
* Fix a loop overrun in ComputePreamble when the last remapped file was erased,Daniel Dunbar2010-08-191-0/+8
* libclang: Put clang_reparseTranslationUnit inside a crash recovery context.Daniel Dunbar2010-08-181-0/+3
* When using a precompiled preamble, save the diagnostics produced whenDouglas Gregor2010-08-021-1/+6
* When remapping a virtual file, also make an entry for the file withDouglas Gregor2010-07-262-0/+5
* Make code-completion for Objective-C message sends to "id" work in theDouglas Gregor2010-04-061-0/+10
* Make sure that we have File IDs for all of the unsaved files before weDouglas Gregor2010-03-241-1/+6
* Don't use echo in the Index test, which I hope will work around an intermitte...Douglas Gregor2010-03-031-0/+1
* Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor2010-01-231-0/+3
* Extend the CIndex code-completion API to perform code completionDouglas Gregor2009-12-021-0/+1
* Move test/Index input files into a sub directory (not scanned as tests).Daniel Dunbar2009-11-088-0/+99