summaryrefslogtreecommitdiffstats
path: root/test/PCH/Inputs
Commit message (Expand)AuthorAgeFilesLines
* objc-arc: bridge casts in non-arc mode are nowFariborz Jahanian2011-12-191-2/+8
* When writing out the entries in a lookup table for a DeclContext, makeDouglas Gregor2011-08-301-0/+6
* Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor2011-06-281-0/+8
* Automatic Reference Counting.John McCall2011-06-151-0/+20
* When writing file references in a pch, make sure to ask the file manager for ...Anders Carlsson2011-03-081-0/+5
* Putting back safe fixes 116836,116837,116838Andrew Trick2010-10-192-51/+0
* Reverting 116836,116837,116838 until we resolve the getLangStandardForKind fa...Andrew Trick2010-10-192-0/+51
* Merge headers into test/PCH/chain-cxx.cpp for convenience.Argyrios Kyrtzidis2010-10-192-51/+0
* When performing typo correction, look through the set of knownDouglas Gregor2010-10-141-0/+6
* Serialize the "inline" bit for namespaces. Fixes <rdar://problem/8515069>.Douglas Gregor2010-10-051-0/+4
* Fix a marvelous chained AST writing bug, where we end up with theDouglas Gregor2010-10-052-0/+18
* Register the __builtin_va_list_type node when we parse it, rather thanDouglas Gregor2010-10-051-0/+2
* When we insert a category (or class extension) into an interface, markDouglas Gregor2010-10-022-0/+8
* When an identifier that has a macro definition in the original PCHDouglas Gregor2010-10-012-0/+2
* AST writer support for having specializations of templates from earlier in th...Sebastian Redl2010-08-242-1/+17
* Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup.Sebastian Redl2010-08-242-0/+35
* Activate selectors in chained PCH. Chained PCH now works for Objective-C.Sebastian Redl2010-08-042-0/+23
* Query only the latest version of an identifier in the PCH chain. Make sure th...Sebastian Redl2010-08-022-0/+14
* Correctly deal with using names for both functions and structs in chained PCH.Sebastian Redl2010-07-304-2/+9
* Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl2010-07-302-0/+8
* Support extended vector types in chained PCH.Sebastian Redl2010-07-282-0/+6
* Add a test case for tentative definitions in chained PCH. Fix a bug that comp...Sebastian Redl2010-07-282-0/+24
* Record macros in dependent PCHs. Also add various info tables to dependent PC...Sebastian Redl2010-07-272-0/+2
* Introduce basic support for loading a precompiled preamble whileDouglas Gregor2010-07-261-0/+1
* Make declarations in the dependent PCH visible, for C at least.Sebastian Redl2010-07-232-0/+2
* Thread bitstream cursors all the way through the AST reading stuff. This way,...Sebastian Redl2010-07-222-0/+0
* add PCH support for a bunch of C++ Decls, patch byChris Lattner2010-05-071-0/+27
* Add PCH test for C++ namespaces, missing from a previous commitDouglas Gregor2010-02-241-0/+13