summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Inputs
Commit message (Collapse)AuthorAgeFilesLines
...
* When we decide not to reuse a precompiled preamble, clear out theDouglas Gregor2010-08-202-0/+3
| | | | | | previous precompiled preamble completely. Fixes <rdar://problem/8330950>. llvm-svn: 111590
* libclang: Execute clang_codeCompleteAt() inside a crash recovery context.Daniel Dunbar2010-08-191-0/+12
| | | | | | | - Test case is disabled for now, because something isn't write with file remapping. llvm-svn: 111581
* Fix a loop overrun in ComputePreamble when the last remapped file was erased,Daniel Dunbar2010-08-191-0/+8
| | | | | | | | and reenable crash recovery test. - Reparsing is still very crashy / weird, so I had to sprinkle random code into the remapped input to get it to do what I want (i.e., crash!). llvm-svn: 111550
* libclang: Put clang_reparseTranslationUnit inside a crash recovery context.Daniel Dunbar2010-08-181-0/+3
| | | | llvm-svn: 111451
* When using a precompiled preamble, save the diagnostics produced whenDouglas Gregor2010-08-021-1/+6
| | | | | | | | creating the preamble and "replay" them when reusing the preamble. Also, fix a thinko in the copying of the preamble when building the precompiled preamble. llvm-svn: 110061
* When remapping a virtual file, also make an entry for the file withDouglas Gregor2010-07-262-0/+5
| | | | | | | its absolute path on disk. Also, introduce a fun test for the precompiled preamble, which almost works... llvm-svn: 109470
* Make code-completion for Objective-C message sends to "id" work in theDouglas Gregor2010-04-061-0/+10
| | | | | | | | presence of precompiled headers by forcibly loading all of the methods we know about from the PCH file before constructing our code-completion list. llvm-svn: 100535
* Make sure that we have File IDs for all of the unsaved files before weDouglas Gregor2010-03-241-1/+6
| | | | | | deserialize diagnostics. llvm-svn: 99426
* Don't use echo in the Index test, which I hope will work around an ↵Douglas Gregor2010-03-031-0/+1
| | | | | | intermittent Windows failure llvm-svn: 97613
* Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor2010-01-231-0/+3
| | | | | | translation units that include unsaved files. llvm-svn: 94258
* Extend the CIndex code-completion API to perform code completionDouglas Gregor2009-12-021-0/+1
| | | | | | | involving unsaved files, using the -remap-file= functionality recently added to clang-cc. llvm-svn: 90314
* Move test/Index input files into a sub directory (not scanned as tests).Daniel Dunbar2009-11-088-0/+99
llvm-svn: 86431
OpenPOWER on IntegriCloud