summaryrefslogtreecommitdiff
path: root/test/PCH
AgeCommit message (Expand)Author
2017-12-04Correctly handle line table entries without filenames during AST serializationHans Wennborg
2017-09-20Implement C++ [basic.link]p8.Richard Smith
2017-08-28[c++2a] P0683R1: Permit default member initializers for bit-fields.Richard Smith
2017-08-15[clang] Get rid of "%T" expansionsKuba Mracek
2017-07-31-Wpragma-pack: add an additional note and fixit when warningAlex Lorenz
2017-07-28Recommit r308327 3rd time: Add a warning for missingAlex Lorenz
2017-07-26Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"Hans Wennborg
2017-07-26Recommit r308327 2nd time: Add a warning for missingAlex Lorenz
2017-07-25[coroutines] Add serialization/deserialization of coroutinesGor Nishanov
2017-07-19Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...Hans Wennborg
2017-07-19Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz
2017-07-18Revert r308327Alex Lorenz
2017-07-18Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz
2017-06-27[Sema] Allow unmarked overloadable functions.George Burgess IV
2017-05-09Don't mark a member as a member specialization until we know we're keeping th...Richard Smith
2017-04-12[Sema] Add __is_aggregate type-traitEric Fiselier
2017-03-31[Modules][PCH] Serialize #pragma packAlex Lorenz
2017-03-29Unbreak windows bot.Graydon Hoare
2017-03-29[PCH] Attach instance's dependency collectors to PCH external AST sources.Graydon Hoare
2017-03-22[Serialization] Serialize DependentSizedExtVectorTypeAlex Lorenz
2017-03-01[PCH] Avoid VarDecl emission attempt if no owning module avaiableBruno Cardoso Lopes
2017-02-17[Test] Make Lit tests C++11 compatible - miscCharles Li
2017-02-16[OpenCL] Correct ndrange_t implementationAnastasia Stulova
2017-01-10Serialize the UsesSEH bit on FunctionDeclReid Kleckner
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2016-12-20[c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith
2016-12-19Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper
2016-12-19[c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith
2016-12-18Fix a lit test issue exposed by r290056Yaxun Liu
2016-12-09Relax IRgen check in decl-in-prototype.c to match signext on PPC64Reid Kleckner
2016-12-09Don't assert when redefining a built-in macro in a PCH, PR29119Nico Weber
2016-12-09Store decls in prototypes on the declarator instead of in the ASTReid Kleckner
2016-11-23Add dllexport default ctor closure PCH regression test for PR31121Reid Kleckner
2016-10-20Remove 24 instances of 'REQUIRES: shell'Reid Kleckner
2016-10-19[CUDA] Rework tests now that we emit deferred diagnostics during sema. Test-...Justin Lebar
2016-10-08[CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas.Justin Lebar
2016-09-29P0035R4: add std::align_val_t overloads of operator new/delete in C++17 mode.Richard Smith
2016-09-07Do not validate pch when -fno-validate-pch is setYaxun Liu
2016-08-25Lazily load the ContextDecl for a lambda's DefinitionData, to fix aRichard Smith
2016-08-24PR29097: add an update record when we instantiate the default memberRichard Smith
2016-08-12P0217R3: serialization/deserialization support for c++17 decomposition declar...Richard Smith
2016-07-25Support '#pragma once' in headers when using PCHSunil Srivastava
2016-07-14The test added in r275267 does not work on read-only checkouts because of the...Pierre Gousseau
2016-07-14P0305R0: Semantic analysis and code generation for C++17 init-statement for '...Richard Smith
2016-07-13[PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ...Argyrios Kyrtzidis
2016-07-13[PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamp...Pierre Gousseau
2016-07-05Re-apply "test: Use add_lit_testsuites so that subsets of tests can be specif...Justin Bogner
2016-07-05Revert "test: Use add_lit_testsuites so that subsets of tests can be specified"Justin Bogner
2016-07-05test: Use add_lit_testsuites so that subsets of tests can be specifiedJustin Bogner
2016-07-01[Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...Eric Fiselier