summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/find-refs.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate index-test; all of its tested functionality is now in c-index-test.Douglas Gregor2010-01-221-47/+0
| | | | llvm-svn: 94211
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Move test/Index input files into a sub directory (not scanned as tests).Daniel Dunbar2009-11-081-11/+11
| | | | llvm-svn: 86431
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-40/+40
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Add -fblocks.Daniel Dunbar2009-07-301-2/+2
| | | | llvm-svn: 77571
* Find references inside blocks.Argyrios Kyrtzidis2009-07-291-1/+2
| | | | llvm-svn: 77540
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-1/+1
| | | | | | | | - This is just to normalize, these will go away soon hopefully. Added all the missing '&&'s that have crept in. :) llvm-svn: 77062
* Change the semantics for Entity.Argyrios Kyrtzidis2009-07-211-0/+5
| | | | | | | | | | Entity can now refer to declarations that are not visible outside the translation unit. It is a wrapper of a pointer union, it's either a Decl* for declarations that don't "cross" translation units, or an EntityImpl* which is associated with the specific "visible" Decl. Included is a test case for handling fields across translation units. llvm-svn: 76515
* Use temporary output to avoid running index-test with the same commands ↵Argyrios Kyrtzidis2009-07-211-20/+36
| | | | | | multiple times. llvm-svn: 76513
* Handle struct fields through the index-test tool.Argyrios Kyrtzidis2009-07-141-1/+8
| | | | llvm-svn: 75596
* Having tests that depend on previously created files is bad idea. Fix them ↵Argyrios Kyrtzidis2009-07-061-16/+18
| | | | | | to be self-sufficient. llvm-svn: 74810
* Make use of the Index library through the index-test tool.Argyrios Kyrtzidis2009-07-051-0/+16
'index-test' is now able to provide additional info for a Decl, through multiple AST files: -Find declarations -Find definitions -Find references llvm-svn: 74803
OpenPOWER on IntegriCloud