hanchenye-llvm-project/clang/test/PCH/Inputs
Douglas Gregor 05ef93158d When writing out the entries in a lookup table for a DeclContext, make
sure that all of the CXXConversionDecls go into the same
bucket. Otherwise, name lookup might not find them all. Fixes
<rdar://problem/10041960>.

llvm-svn: 138824
2011-08-30 20:49:19 +00:00
..
arc.h Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
chain-decls1.h Query only the latest version of an identifier in the PCH chain. Make sure this version holds the entire declaration chain. This is a much saner solution than trying to merge the info from all elements, and makes redeclarations work properly. Expand the declarations test case to cover more compliated cases. 2010-08-02 18:30:12 +00:00
chain-decls2.h Query only the latest version of an identifier in the PCH chain. Make sure this version holds the entire declaration chain. This is a much saner solution than trying to merge the info from all elements, and makes redeclarations work properly. Expand the declarations test case to cover more compliated cases. 2010-08-02 18:30:12 +00:00
chain-ext_vector1.h Support extended vector types in chained PCH. 2010-07-28 21:38:49 +00:00
chain-ext_vector2.h Support extended vector types in chained PCH. 2010-07-28 21:38:49 +00:00
chain-external-defs1.h Add a test case for tentative definitions in chained PCH. Fix a bug that completely messed up source locations and thus caused a crash whenever a diagnostic was emitted in chained PCH files. 2010-07-28 21:07:02 +00:00
chain-external-defs2.h Add a test case for tentative definitions in chained PCH. Fix a bug that completely messed up source locations and thus caused a crash whenever a diagnostic was emitted in chained PCH files. 2010-07-28 21:07:02 +00:00
chain-macro-override1.h When an identifier that has a macro definition in the original PCH 2010-10-01 01:03:07 +00:00
chain-macro-override2.h When an identifier that has a macro definition in the original PCH 2010-10-01 01:03:07 +00:00
chain-macro1.h
chain-macro2.h
chain-remap-types1.h Fix a marvelous chained AST writing bug, where we end up with the 2010-10-05 18:37:06 +00:00
chain-remap-types2.h Fix a marvelous chained AST writing bug, where we end up with the 2010-10-05 18:37:06 +00:00
chain-selectors1.h When we insert a category (or class extension) into an interface, mark 2010-10-02 21:06:43 +00:00
chain-selectors2.h When we insert a category (or class extension) into an interface, mark 2010-10-02 21:06:43 +00:00
chain-trivial1.h
chain-trivial2.h
cxx-method.h When writing out the entries in a lookup table for a DeclContext, make 2011-08-30 20:49:19 +00:00
namespaces.h Serialize the "inline" bit for namespaces. Fixes <rdar://problem/8515069>. 2010-10-05 20:41:58 +00:00
preamble.h
typo.h When performing typo correction, look through the set of known 2010-10-14 22:11:03 +00:00
typo.hpp Add support for C++ namespace-aware typo correction, e.g., correcting 2011-06-28 16:20:02 +00:00
va_arg.h Register the __builtin_va_list_type node when we parse it, rather than 2010-10-05 14:55:45 +00:00
working-directory-1.h When writing file references in a pch, make sure to ask the file manager for the absolute path. 2011-03-08 16:04:35 +00:00