summaryrefslogtreecommitdiffstats
path: root/test/PCH
Commit message (Expand)AuthorAgeFilesLines
* 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
* [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice2018-09-116-0/+94
* Revert r341754.Akira Hatanaka2018-09-091-20/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-09-081-0/+20
* [ObjC] Error out when using forward-declared protocol in a @protocolAlex Lorenz2018-08-171-1/+3
* test commit: add a commentMike Rice2018-08-171-0/+1
* Fix for bug 38508 - Don't do PCH processing when only generating preprocessor...Erich Keane2018-08-173-0/+11
* [CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka2018-08-102-0/+27
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-08-061-1/+1
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-031-12/+9
* Pass triple to RUN line to fix failing bots.Akira Hatanaka2018-08-021-2/+2
* Serialize DoesNotEscape.Akira Hatanaka2018-08-012-0/+30
* [serialization] PR34728: Don't assume that only a suffix of templateRichard Smith2018-07-312-0/+51
* [coroutines] Fix handling of dependent co_await in StmtProfiler.Richard Smith2018-07-311-0/+8
* [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)Roman Lebedev2018-07-241-2/+32
* Add PCH tests for R336379Erich Keane2018-07-0513-0/+109
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-9/+12
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-12/+9
* Reapply "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai2018-06-081-5/+5
* [C++2a] Implement operator<=> CodeGen and ExprConstantEric Fiselier2018-05-072-0/+465
* Add tests for llvm-bcanalyzer stream typesBrian Gesiak2018-04-221-0/+10
* [MS] Fix late-parsed template infinite loop in eager instantiationReid Kleckner2018-03-261-0/+31
* [MS] Fix tests after r327738 that only fail with a default Windows targetReid Kleckner2018-03-161-3/+3
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-162-4/+4
* Start setting dllimport/dllexport in setGVProperties.Rafael Espindola2018-03-011-1/+1
* Bring r325915 back.Rafael Espindola2018-02-233-3/+3