aboutsummaryrefslogtreecommitdiff
path: root/test/PCH
AgeCommit message (Expand)Author
2019-10-21PCH debug info: Avoid appending the source directory to an absolute pathAdrian Prantl
2019-10-19[c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith
2019-10-15[Concepts] Concept Specialization ExpressionsSaar Raz
2019-10-15Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber
2019-10-15Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes
2019-10-15[Concepts] Concept Specialization ExpressionsSaar Raz
2019-10-14Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher
2019-10-14[Modules][PCH] Hash input files contentBruno Cardoso Lopes
2019-09-10Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner
2019-09-10Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson
2019-09-10Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner
2019-09-07[Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka
2019-08-30[c++20] Implement semantic restrictions for C++20 designatedRichard Smith
2019-08-26Diagnose use of _Thread_local as an extension when not in C11 mode.Aaron Ballman
2019-08-09Rename PCH/leakfiles test so it runs on bots.Sam McCall
2019-08-09Add SVE opaque built-in typesRichard Sandiford
2019-07-26Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka
2019-07-13[Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka
2019-06-11For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith
2019-06-06Convert MemberExpr creation and serialization to work the same way asRichard Smith
2019-06-03Re-check in clang support gun asm goto after fixing tests.Jennifer Yu
2019-05-30Revert "clang support gnu asm goto."Erich Keane
2019-05-30clang support gnu asm goto.Jennifer Yu
2019-05-28[OpenMP] Set pragma start loc to `#pragma` locJoel E. Denny
2019-05-09[c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith
2019-05-06Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg
2019-05-06[c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith
2019-05-04[c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood
2019-05-04[clang] adding explicit(bool) from c++2aNicolas Lesser
2019-05-03CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith
2019-05-02Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith
2019-04-29When skipping code at the start of a file during PCH use, Preprocessor::LexMike Rice
2019-04-08Clean up ObjCPropertyDecl printingDavid Goldman
2019-03-20[OPENMP]Improve detection of omp_allocator_handle_t type and predefinedAlexey Bataev
2019-03-20[clang][OpeMP] Model OpenMP structured-block in AST (PR40563)Roman Lebedev
2019-03-12[OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev
2019-03-07[OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev
2019-02-27Add triples to the test I committed in r355012 to fix windows bots.Akira Hatanaka
2019-02-27Avoid needlessly copying a block to the heap when a block literalAkira Hatanaka
2019-01-30Fix thread safety tests after r352549Aaron Puchert
2019-01-24[FileManager] Revert r347205 to avoid PCH file-descriptor leak.Sam McCall
2018-12-11Reuse code from CGDebugInfo::getOrCreateFile() when creating the fileAdrian Prantl
2018-12-11Reland r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet
2018-12-10Revert r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet
2018-12-10[Sema] Further improvements to to static_assert diagnostics.Clement Courbet
2018-12-04PTH-- Remove feature entirely-Erich Keane
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka
2018-10-01Revert r343518.Akira Hatanaka
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka
2018-09-28[cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith