Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make sure that we have File IDs for all of the unsaved files before we | Douglas Gregor | 2010-03-24 | 1 | -1/+6 | |
| | | | | | | deserialize diagnostics. llvm-svn: 99426 | |||||
* | Don't use echo in the Index test, which I hope will work around an ↵ | Douglas Gregor | 2010-03-03 | 1 | -0/+1 | |
| | | | | | | intermittent Windows failure llvm-svn: 97613 | |||||
* | Extend clang_createTranslationUnitFromSourceFile() to support creating | Douglas Gregor | 2010-01-23 | 1 | -0/+3 | |
| | | | | | | translation units that include unsaved files. llvm-svn: 94258 | |||||
* | Extend the CIndex code-completion API to perform code completion | Douglas Gregor | 2009-12-02 | 1 | -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 Dunbar | 2009-11-08 | 8 | -0/+99 | |
llvm-svn: 86431 |