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