Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test/Index] Update libclang tests to use libclang for creating PCH files. | Argyrios Kyrtzidis | 2015-08-05 | 1 | -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 Vieuville | 2013-09-13 | 1 | -1/+1 |
| | | | | | | | | non-x-compile-safe tests Patch by Artyom Skrobov! llvm-svn: 190681 | ||||
* | Introduce a new libclang API, clang_reparseTranslationUnit(), which | Douglas Gregor | 2010-07-19 | 1 | -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 Gregor | 2010-03-03 | 1 | -2/+2 |
| | | | | | | intermittent Windows failure llvm-svn: 97613 | ||||
* | c-index-test: Unify and always print half-open extents. | Daniel Dunbar | 2010-02-14 | 1 | -1/+1 |
| | | | | llvm-svn: 96160 | ||||
* | c-index-test: Unify syntax for printing extents. Yes, there were 4. | Daniel Dunbar | 2010-02-14 | 1 | -1/+1 |
| | | | | llvm-svn: 96158 | ||||
* | Introduce type references into the C API, capturing references to | Douglas Gregor | 2010-01-21 | 1 | -1/+1 |
| | | | | | | typedefs only (for now). llvm-svn: 94078 | ||||
* | Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing ↵ | Ted Kremenek | 2010-01-18 | 1 | -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 Dunbar | 2009-12-15 | 1 | -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 worked | Daniel Dunbar | 2009-12-13 | 1 | -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 Dunbar | 2009-12-12 | 1 | -0/+1 |
| | | | | llvm-svn: 91193 | ||||
* | ASTUnit/CIndex: Explicitly track the top-level decls when using an ASTUnit made | Daniel Dunbar | 2009-12-04 | 1 | -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 |