llvm-project/clang/test/Index/Inputs
Argyrios Kyrtzidis c137d0d62f [PCH] Fix reading from PCH of diagnostic pragmas.
In certain cases ASTReader would call the normal DiagnosticsEngine API to initialize
the state of diagnostic pragmas but DiagnosticsEngine would try to compare source locations
leading to crash because the main FileID was not yet initialized.

Yet another case of the ASTReader trying to use the normal APIs and inadvertently breaking
invariants. Fix this by having the ASTReader set up the internal state directly.

llvm-svn: 144153
2011-11-09 01:24:17 +00:00
..
a.h When setting the globally-visible declarations for a particular 2010-09-24 23:29:12 +00:00
b.h When setting the globally-visible declarations for a particular 2010-09-24 23:29:12 +00:00
c-index-pch.h
cindex-from-source.h Don't use echo in the Index test, which I hope will work around an intermittent Windows failure 2010-03-03 00:03:22 +00:00
complete-pch.h Make code-completion for Objective-C message sends to "id" work in the 2010-04-06 17:30:22 +00:00
crash-recovery-code-complete-remap.c libclang: Execute clang_codeCompleteAt() inside a crash recovery context. 2010-08-19 23:44:10 +00:00
crash-recovery-reparse-remap.c Fix a loop overrun in ComputePreamble when the last remapped file was erased, 2010-08-19 19:40:40 +00:00
foo.h
get-cursor-includes-1.h When determining which preprocessed entities to traverse in libclang, 2010-12-21 19:07:48 +00:00
get-cursor-includes-2.h When determining which preprocessed entities to traverse in libclang, 2010-12-21 19:07:48 +00:00
guarded.h Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), 2011-05-04 00:14:37 +00:00
lit.local.cfg
objc.h
pragma-once.h Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), 2011-05-04 00:14:37 +00:00
pragma_disable_warning.h [PCH] Fix reading from PCH of diagnostic pragmas. 2011-11-09 01:24:17 +00:00
preamble-reparse-1.c When we decide not to reuse a precompiled preamble, clear out the 2010-08-20 00:02:33 +00:00
preamble-reparse-2.c When we decide not to reuse a precompiled preamble, clear out the 2010-08-20 00:02:33 +00:00
preamble.h When using a precompiled preamble, save the diagnostics produced when 2010-08-02 20:51:39 +00:00
preamble_macro_template.h Revamp the SourceManager to separate the representation of parsed 2011-07-19 16:10:42 +00:00
prefix.h When remapping a virtual file, also make an entry for the file with 2010-07-26 23:54:23 +00:00
redeclarations.h Eliminate a hang while loading a sequence of redeclarable entities. In 2011-10-26 17:53:41 +00:00
remap-complete-to.c Make sure that we have File IDs for all of the unsaved files before we 2010-03-24 21:04:06 +00:00
remap-load-to.c Extend clang_createTranslationUnitFromSourceFile() to support creating 2010-01-23 00:14:00 +00:00
reparse-instantiate.h Add missing part of test 2011-11-07 18:54:12 +00:00
t1.c
t1.m
t2.c
t2.m