summaryrefslogtreecommitdiffstats
path: root/test/PCH/Inputs
Commit message (Expand)AuthorAgeFilesLines
* When skipping code at the start of a file during PCH use, Preprocessor::LexMike Rice2019-04-291-0/+3
* [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice2018-09-112-0/+24
* Fix for bug 38508 - Don't do PCH processing when only generating preprocessor...Erich Keane2018-08-172-0/+3
* Add PCH tests for R336379Erich Keane2018-07-059-0/+23
* [C++2a] Implement operator<=> CodeGen and ExprConstantEric Fiselier2018-05-071-0/+437
* Support '#pragma once' in headers when using PCHSunil Srivastava2016-07-251-0/+5
* [PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamp...Pierre Gousseau2016-07-132-0/+4
* Re-apply "test: Use add_lit_testsuites so that subsets of tests can be specif...Justin Bogner2016-07-052-0/+30
* Revert "test: Use add_lit_testsuites so that subsets of tests can be specified"Justin Bogner2016-07-052-30/+0
* test: Use add_lit_testsuites so that subsets of tests can be specifiedJustin Bogner2016-07-052-0/+30
* Fix a bug involving deferred decl emission and PCHReid Kleckner2016-04-221-0/+4
* [Clang][ARM] __va_list declaration is not saved in ASTContext causing compila...Oleg Ranevskyy2016-03-301-0/+4
* P0188R1: add support for standard [[fallthrough]] attribute. This is almostRichard Smith2016-03-081-1/+2
* Support __builtin_ms_va_list.Charles Davis2015-09-171-0/+3
* [PCH/Modules] Check that the specific module cache path the PCH was built wit...Argyrios Kyrtzidis2015-02-192-0/+4
* Objective-C. Reduce false positive warnings with -Wselector by issuing warning Fariborz Jahanian2014-05-091-0/+2
* Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.Eli Bendersky2014-04-281-0/+20
* Objective-C: Implements gcc's -Wselector optionFariborz Jahanian2013-05-301-1/+1
* Store on the CXXRecordDecl whether the class has, or would have, a copyRichard Smith2012-11-281-0/+3
* [PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis2012-10-311-0/+5
* Move the input files for test/PCH/badpch.c under test/PCH/Inputs/.Kaelyn Uhrain2012-10-252-0/+0
* Rework the (de-)serialization of macros, as stored inDouglas Gregor2012-10-092-0/+7
* Added a test for C++11 statement attributes serialization.Alexander Kornienko2012-10-021-0/+14
* PR13189: va_list broken with precompiled headersMeador Inge2012-07-011-0/+5
* 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