summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/cindex-from-source.m
Commit message (Collapse)AuthorAgeFilesLines
* [test/Index] Update libclang tests to use libclang for creating PCH files.Argyrios Kyrtzidis2015-08-051-1/+1
| | | | | | | This is consistent and tests the primary configuration we want to test, libclang creating and consuming PCH files. llvm-svn: 244066
* Add "native" to config.available_features, to make it easier to disable ↵Amaury de la Vieuville2013-09-131-1/+1
| | | | | | | | non-x-compile-safe tests Patch by Artyom Skrobov! llvm-svn: 190681
* Introduce a new libclang API, clang_reparseTranslationUnit(), whichDouglas Gregor2010-07-191-0/+3
| | | | | | | | reparses an already-parsed translation unit. At the moment it's just a convenience function, but we hope to use it for performance optimizations. llvm-svn: 108756
* Don't use echo in the Index test, which I hope will work around an ↵Douglas Gregor2010-03-031-2/+2
| | | | | | intermittent Windows failure llvm-svn: 97613
* c-index-test: Unify and always print half-open extents.Daniel Dunbar2010-02-141-1/+1
| | | | llvm-svn: 96160
* c-index-test: Unify syntax for printing extents. Yes, there were 4.Daniel Dunbar2010-02-141-1/+1
| | | | llvm-svn: 96158
* Introduce type references into the C API, capturing references toDouglas Gregor2010-01-211-1/+1
| | | | | | typedefs only (for now). llvm-svn: 94078
* Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing ↵Ted Kremenek2010-01-181-2/+2
| | | | | | 'contexts' from c-index-test output; it wasn't helpful and was extremely brittle. llvm-svn: 93760
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
| | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
* Tests: Fix some bugs in clang_f_opts, options were out of order but it workedDaniel Dunbar2009-12-131-1/+0
| | | | | | because it had two inputs, except on Win32 where /dev/null doesn't exist. llvm-svn: 91235
* XFAIL this test on Win32 until I can take a look.Daniel Dunbar2009-12-121-0/+1
| | | | llvm-svn: 91193
* ASTUnit/CIndex: Explicitly track the top-level decls when using an ASTUnit madeDaniel Dunbar2009-12-041-0/+9
from a source file. - This allows CIndex to avoid iterating over all the top-level decls when using a PCH, which means we deserialize far fewer decls. llvm-svn: 90559
OpenPOWER on IntegriCloud