aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/Inputs
AgeCommit message (Expand)Author
2012-11-28Store on the CXXRecordDecl whether the class has, or would have, a copyRichard Smith
2012-10-31[PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis
2012-10-25Move the input files for test/PCH/badpch.c under test/PCH/Inputs/.Kaelyn Uhrain
2012-10-09Rework the (de-)serialization of macros, as stored inDouglas Gregor
2012-10-02Added a test for C++11 statement attributes serialization.Alexander Kornienko
2012-07-01PR13189: va_list broken with precompiled headersMeador Inge
2011-12-19objc-arc: bridge casts in non-arc mode are nowFariborz Jahanian
2011-08-30When writing out the entries in a lookup table for a DeclContext, makeDouglas Gregor
2011-06-28Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor
2011-06-15Automatic Reference Counting.John McCall
2011-03-08When writing file references in a pch, make sure to ask the file manager for ...Anders Carlsson
2010-10-19Putting back safe fixes 116836,116837,116838Andrew Trick
2010-10-19Reverting 116836,116837,116838 until we resolve the getLangStandardForKind fa...Andrew Trick
2010-10-19Merge headers into test/PCH/chain-cxx.cpp for convenience.Argyrios Kyrtzidis
2010-10-14When performing typo correction, look through the set of knownDouglas Gregor
2010-10-05Serialize the "inline" bit for namespaces. Fixes <rdar://problem/8515069>.Douglas Gregor
2010-10-05Fix a marvelous chained AST writing bug, where we end up with theDouglas Gregor
2010-10-05Register the __builtin_va_list_type node when we parse it, rather thanDouglas Gregor
2010-10-02When we insert a category (or class extension) into an interface, markDouglas Gregor
2010-10-01When an identifier that has a macro definition in the original PCHDouglas Gregor
2010-08-24AST writer support for having specializations of templates from earlier in th...Sebastian Redl
2010-08-24Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup.Sebastian Redl
2010-08-04Activate selectors in chained PCH. Chained PCH now works for Objective-C.Sebastian Redl
2010-08-02Query only the latest version of an identifier in the PCH chain. Make sure th...Sebastian Redl
2010-07-30Correctly deal with using names for both functions and structs in chained PCH.Sebastian Redl
2010-07-30Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl
2010-07-28Support extended vector types in chained PCH.Sebastian Redl
2010-07-28Add a test case for tentative definitions in chained PCH. Fix a bug that comp...Sebastian Redl
2010-07-27Record macros in dependent PCHs. Also add various info tables to dependent PC...Sebastian Redl
2010-07-26Introduce basic support for loading a precompiled preamble whileDouglas Gregor
2010-07-23Make declarations in the dependent PCH visible, for C at least.Sebastian Redl
2010-07-22Thread bitstream cursors all the way through the AST reading stuff. This way,...Sebastian Redl
2010-05-07add PCH support for a bunch of C++ Decls, patch byChris Lattner
2010-02-24Add PCH test for C++ namespaces, missing from a previous commitDouglas Gregor