summaryrefslogtreecommitdiffstats
path: root/test/PCH
Commit message (Expand)AuthorAgeFilesLines
* Merging r308996:Hans Wennborg2017-08-031-0/+77
* Merging r308455:Hans Wennborg2017-07-192-23/+15
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-192-15/+23
* Revert r308327Alex Lorenz2017-07-182-23/+15
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-182-15/+23
* [Sema] Allow unmarked overloadable functions.George Burgess IV2017-06-271-1/+2
* Don't mark a member as a member specialization until we know we're keeping th...Richard Smith2017-05-092-0/+11
* [Sema] Add __is_aggregate type-traitEric Fiselier2017-04-122-0/+2
* [Modules][PCH] Serialize #pragma packAlex Lorenz2017-03-311-0/+90
* Unbreak windows bot.Graydon Hoare2017-03-291-1/+1
* [PCH] Attach instance's dependency collectors to PCH external AST sources.Graydon Hoare2017-03-291-0/+9
* [Serialization] Serialize DependentSizedExtVectorTypeAlex Lorenz2017-03-221-0/+18
* [PCH] Avoid VarDecl emission attempt if no owning module avaiableBruno Cardoso Lopes2017-03-011-0/+12
* [Test] Make Lit tests C++11 compatible - miscCharles Li2017-02-171-3/+3
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-3/+0
* Serialize the UsesSEH bit on FunctionDeclReid Kleckner2017-01-101-0/+29
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-1/+1
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-0/+35
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-35/+0
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-0/+35
* Fix a lit test issue exposed by r290056Yaxun Liu2016-12-181-3/+3
* Relax IRgen check in decl-in-prototype.c to match signext on PPC64Reid Kleckner2016-12-091-1/+1
* Don't assert when redefining a built-in macro in a PCH, PR29119Nico Weber2016-12-091-0/+35
* Store decls in prototypes on the declarator instead of in the ASTReid Kleckner2016-12-091-0/+27
* Add dllexport default ctor closure PCH regression test for PR31121Reid Kleckner2016-11-231-0/+26
* Remove 24 instances of 'REQUIRES: shell'Reid Kleckner2016-10-201-2/+0
* [CUDA] Rework tests now that we emit deferred diagnostics during sema. Test-...Justin Lebar2016-10-191-1/+1
* [CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas.Justin Lebar2016-10-081-0/+27
* P0035R4: add std::align_val_t overloads of operator new/delete in C++17 mode.Richard Smith2016-09-291-0/+35
* Do not validate pch when -fno-validate-pch is setYaxun Liu2016-09-071-0/+39
* Lazily load the ContextDecl for a lambda's DefinitionData, to fix aRichard Smith2016-08-251-0/+7
* PR29097: add an update record when we instantiate the default memberRichard Smith2016-08-241-6/+21
* P0217R3: serialization/deserialization support for c++17 decomposition declar...Richard Smith2016-08-121-0/+32
* Support '#pragma once' in headers when using PCHSunil Srivastava2016-07-252-0/+18
* The test added in r275267 does not work on read-only checkouts because of the...Pierre Gousseau2016-07-141-7/+12
* P0305R0: Semantic analysis and code generation for C++17 init-statement for '...Richard Smith2016-07-142-0/+39
* [PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ...Argyrios Kyrtzidis2016-07-131-0/+28
* [PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamp...Pierre Gousseau2016-07-133-0/+31
* Re-apply "test: Use add_lit_testsuites so that subsets of tests can be specif...Justin Bogner2016-07-053-4/+4
* Revert "test: Use add_lit_testsuites so that subsets of tests can be specified"Justin Bogner2016-07-053-4/+4
* test: Use add_lit_testsuites so that subsets of tests can be specifiedJustin Bogner2016-07-053-4/+4
* [Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...Eric Fiselier2016-07-011-0/+16
* [GCC] PR23529 Mangler part of attrbute abi_tag supportDmitry Polukhin2016-06-301-1/+1
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-6/+28
* CodeGen: support linker options on Windows ARMSaleem Abdulrasool2016-06-232-0/+6
* Add loop pragma for Loop DistributionAdam Nemet2016-06-141-0/+4
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-1/+1
* Revert r272562 for build bot failure (clang-x86-win2008-selfhost)Taewook Oh2016-06-131-1/+1
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-1/+1
* Revert commit r271708Taewook Oh2016-06-041-1/+1