hanchenye-llvm-project/clang/test/Index
Douglas Gregor 16bef857d9 Keep track of whether declararions were loaded from a precompiled
header or not via a new "PCHLevel" field in Decl. We currently use
this information to help CIndex filter out declarations that came from
a precompiled header (rather than from an AST file). Further down the
road, it can be used to help implement multi-level precompiled
headers.

llvm-svn: 84267
2009-10-16 20:01:17 +00:00
..
c-index-api-test.m Force a specific target triple in c-index-api-test.m, making the behavior of the test not be dependent on the host. 2009-10-07 00:39:48 +00:00
c-index-pch.c Keep track of whether declararions were loaded from a precompiled 2009-10-16 20:01:17 +00:00
c-index-pch.h Add support for a chain of stat caches in the FileManager, rather than 2009-10-16 18:18:30 +00:00
comments.c Use temporary output to avoid running index-test with the same commands multiple times. 2009-07-21 00:06:46 +00:00
cxx-operator-overload.cpp Improve handling of initialization by constructor, by ensuring that 2009-09-09 23:08:42 +00:00
find-decls.c Add -fblocks. 2009-07-30 02:43:05 +00:00
find-defs.c Add -fblocks. 2009-07-30 02:43:05 +00:00
find-refs.c Add -fblocks. 2009-07-30 02:43:05 +00:00
foo.h Change the semantics for Entity. 2009-07-21 00:07:06 +00:00
multiple-redecls.c Handle redeclarations properly at the index-test tool. 2009-07-14 03:20:31 +00:00
objc-decls.m Add support for ObjC message expressions, in the Analyzer: 2009-07-30 00:03:55 +00:00
objc-message.m Add support for ObjC message expressions, in the Analyzer: 2009-07-30 00:03:55 +00:00
objc.h Add support for ObjC message expressions, in the Analyzer: 2009-07-30 00:03:55 +00:00
resolve-loc.c Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: 2009-09-29 19:44:27 +00:00
t1.c Find references inside blocks. 2009-07-29 23:40:48 +00:00
t1.m Add support for ObjC message expressions, in the Analyzer: 2009-07-30 00:03:55 +00:00
t2.c Make having no RUN line a failure. 2009-07-25 12:47:38 +00:00
t2.m Add support for ObjC message expressions, in the Analyzer: 2009-07-30 00:03:55 +00:00