summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH
Commit message (Expand)AuthorAgeFilesLines
* [clang] Persist Attr::IsPackExpansion into the PCHNathan Ridge2020-06-101-0/+25
* [Concepts] Add constraints checks to isSameEntitySaar Raz2020-03-101-0/+37
* Revert "make -fmodules-codegen and -fmodules-debuginfo work also with PCHs"Hans Wennborg2020-02-271-30/+0
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-241-2/+2
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-0/+20
* Fix up ms-pch-macro.c test to pass on non-WindowsReid Kleckner2020-01-141-5/+5
* Allow /D flags absent during PCH creation under msvc-compatZachary Henkel2020-01-141-0/+39
* make -fmodules-codegen and -fmodules-debuginfo work also with PCHsLuboš Luňák2020-01-151-0/+30
* When diagnosing the lack of a viable conversion function, also listRichard Smith2020-01-091-6/+6
* [c++20] P1959R0: Remove support for std::*_equality.Richard Smith2019-12-161-131/+1
* Fix a bug in the property-based serialization ofJohn McCall2019-12-162-0/+18
* [c++20] Fix handling of unqualified lookups from a defaulted comparisonRichard Smith2019-12-091-0/+50
* Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...Eric Christopher2019-11-261-2/+2
* Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...Muhammad Omair Javaid2019-11-261-2/+2
* As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...Eric Christopher2019-11-251-2/+2
* [Diagnostics] Try to improve warning message for -Wreturn-typeDávid Bolvanský2019-11-091-2/+2
* 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
OpenPOWER on IntegriCloud