summaryrefslogtreecommitdiff
path: root/test/PCH
Commit message (Expand)AuthorAgeFilesLines
* PCH debug info: Avoid appending the source directory to an absolute pathAdrian Prantl2019-10-211-0/+22
* [c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith2019-10-191-0/+13
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+32
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-32/+0
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-151-0/+29
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+32
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-141-29/+0
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-141-0/+29
* Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-1/+3
* Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson2019-09-101-3/+1
* Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-1/+3
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-071-0/+24
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-301-2/+2
* Diagnose use of _Thread_local as an extension when not in C11 mode.Aaron Ballman2019-08-261-2/+2
* Rename PCH/leakfiles test so it runs on bots.Sam McCall2019-08-091-0/+0
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+21
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-261-24/+0
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-131-0/+24
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-111-3/+3
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-062-0/+18
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-031-1/+5
* Revert "clang support gnu asm goto."Erich Keane2019-05-301-5/+1
* clang support gnu asm goto.Jennifer Yu2019-05-301-1/+5
* [OpenMP] Set pragma start loc to `#pragma` locJoel E. Denny2019-05-281-4/+4
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-0/+124
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-124/+0
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-0/+6
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-043-2/+44
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-0/+124
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-032-16/+45
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-022-4/+42
* When skipping code at the start of a file during PCH use, Preprocessor::LexMike Rice2019-04-293-0/+31
* Clean up ObjCPropertyDecl printingDavid Goldman2019-04-081-1/+1
* [OPENMP]Improve detection of omp_allocator_handle_t type and predefinedAlexey Bataev2019-03-201-0/+7
* [clang][OpeMP] Model OpenMP structured-block in AST (PR40563)Roman Lebedev2019-03-201-0/+24
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-2/+5
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+36
* Add triples to the test I committed in r355012 to fix windows bots.Akira Hatanaka2019-02-271-2/+2
* Avoid needlessly copying a block to the heap when a block literalAkira Hatanaka2019-02-271-0/+49
* Fix thread safety tests after r352549Aaron Puchert2019-01-301-1/+1
* [FileManager] Revert r347205 to avoid PCH file-descriptor leak.Sam McCall2019-01-241-0/+29
* Reuse code from CGDebugInfo::getOrCreateFile() when creating the fileAdrian Prantl2018-12-111-2/+2
* Reland r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet2018-12-111-2/+2
* Revert r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet2018-12-101-2/+2
* [Sema] Further improvements to to static_assert diagnostics.Clement Courbet2018-12-101-2/+2
* PTH-- Remove feature entirely-Erich Keane2018-12-042-14/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-0/+20
* Revert r343518.Akira Hatanaka2018-10-011-20/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-0/+20
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-0/+8