llvm-project/clang/test/PCH/Inputs
Sebastian Redl 401b39a736 AST writer support for having specializations of templates from earlier in the chain. This ought to finish C++ chained PCH support.
llvm-svn: 111986
2010-08-24 22:50:24 +00:00
..
chain-cxx1.h AST writer support for having specializations of templates from earlier in the chain. This ought to finish C++ chained PCH support. 2010-08-24 22:50:24 +00:00
chain-cxx2.h AST writer support for having specializations of templates from earlier in the chain. This ought to finish C++ chained PCH support. 2010-08-24 22:50:24 +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 Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. 2010-07-30 00:29:29 +00:00
chain-macro-override2.h Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. 2010-07-30 00:29:29 +00:00
chain-macro1.h Record macros in dependent PCHs. Also add various info tables to dependent PCHs; tests for this to follow. 2010-07-27 23:01:28 +00:00
chain-macro2.h Record macros in dependent PCHs. Also add various info tables to dependent PCHs; tests for this to follow. 2010-07-27 23:01:28 +00:00
chain-selectors1.h Activate selectors in chained PCH. Chained PCH now works for Objective-C. 2010-08-04 22:21:29 +00:00
chain-selectors2.h Activate selectors in chained PCH. Chained PCH now works for Objective-C. 2010-08-04 22:21:29 +00:00
chain-trivial1.h Thread bitstream cursors all the way through the AST reading stuff. This way, reading a trivial 2-element chained file actually works. 2010-07-22 22:43:28 +00:00
chain-trivial2.h Thread bitstream cursors all the way through the AST reading stuff. This way, reading a trivial 2-element chained file actually works. 2010-07-22 22:43:28 +00:00
namespaces.h add PCH support for a bunch of C++ Decls, patch by 2010-05-07 21:43:38 +00:00
preamble.h Introduce basic support for loading a precompiled preamble while 2010-07-26 21:36:20 +00:00