aboutsummaryrefslogtreecommitdiff
path: root/clang/test/PCH
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[Clang][Sema] Diagnose variable template explicit specializations with storag...Krystian Stasiowski2-14/+22
2024-06-13[Safe Buffers] Serialize unsafe_buffer_usage pragmas (#92031)Ziqing Luo3-0/+117
2024-06-10[CodeGen] Simplify codegen for array initialization (#93956)Nikita Popov1-5/+4
2024-05-22Reland "[clang] Enable sized deallocation by default in C++14 onwards" (#90373)Pengcheng Wang1-5/+5
2024-05-21[Clang][Sema] Avoid pack expansion for expanded empty PackIndexingExprs (#92385)Younan Zhang1-0/+4
2024-05-15[clang] Store FPOptions earlier when parsing function (#92146)Serge Pavlov1-0/+6
2024-05-07Mark test cases as unsupported on z/OS (#90990)Sean Perry1-0/+1
2024-05-05[test] %clang_cc1: remove redundant actionsFangrui Song2-3/+3
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song18-35/+35
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song1-1/+1
2024-04-26Revert "[clang] Enable sized deallocation by default in C++14 onwards (#83774...Vitaly Buka1-5/+5
2024-04-26[clang] Enable sized deallocation by default in C++14 onwards (#83774)Pengcheng Wang1-5/+5
2024-04-14[Clang] [C++26] Implement P2573R2: `= delete("should have a reason");` (#86526)Sirraide1-1/+1
2024-04-09[Clang] [Sema] Fix dependence of DREs in lambdas with an explicit object para...Sirraide1-0/+35
2024-03-20Turn 'counted_by' into a type attribute and parse it into 'CountAttributedTyp...Yeoul Na2-0/+21
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin1-0/+16
2024-01-17[clang] Disable gch-probe.c on AIX as `-gmodules` is not supported there yet....Michael Spencer1-0/+4
2024-01-16[clang][Driver] Don't ignore -gmodules .gch files (#77711)Michael Spencer1-0/+4
2024-01-09[OpenMP] Patch for Support to loop bind clause : Checking Parent Region (#76938)SunilKuravinakop1-2/+6
2023-12-28[Serialization] Don't pack bits for the function scope index of ParmVarDeclChuanqi Xu1-0/+24
2023-12-14[clang][modules] Deprecate module.map in favor of module.modulemap (#75142)Michael Spencer1-1/+1
2023-12-02Revert "[Clang] Eagerly instantiate used constexpr function upon definition. ...Corentin Jabot1-17/+0
2023-11-30[Clang] Eagerly instantiate used constexpr function upon definition. (#73463)cor3ntin1-0/+17
2023-10-26Revert "[OpenMP] Patch for Support to loop bind clause : Checking Parent Region"Chi Chun Chen1-6/+2
2023-10-26[OpenMP] Patch for Support to loop bind clause : Checking Parent RegionSunil Kuravinakop1-2/+6
2023-10-24[CXXNameMangler] Correct the mangling of SVE ACLE types within function names...Paul Walker1-1/+1
2023-10-24[Driver] Ignore non-clang pch files when -include a.h probes a.h.gch (#69204)Hans4-2/+19
2023-09-25[Driver] -include: deprecate probing .gch (#67084)Fangrui Song1-0/+2
2023-08-29Revert "[clang] Enable sized deallocation by default in C++14 onwards"Aaron Ballman1-5/+5
2023-08-29[clang] Enable sized deallocation by default in C++14 onwardswangpc1-5/+5
2023-08-28[clang] Remove rdar links; NFCAaron Ballman14-18/+5
2023-08-22Revert "[Clang] CWG1473: do not err on the lack of space after operator"""Reid Kleckner1-1/+1
2023-08-17[Clang] CWG1473: do not err on the lack of space after operator""Po-yao Chang1-1/+1
2023-08-09[Clang][OpenMP] Support for Code Generation of loop bind clauseChi Chun Chen1-3/+33
2023-08-08Revert "[Clang][OpenMP] Support for Code Generation of loop bind clause."Nico Weber1-33/+3
2023-08-08[Clang][OpenMP] Support for Code Generation of loop bind clause.Sunil Kuravinakop1-3/+33
2023-08-07Revert "[Clang][OpenMP] Support for Code Generation of loop bind clause"Nico Weber1-33/+3
2023-08-07[Clang][OpenMP] Support for Code Generation of loop bind clauseSunil Kuravinakop1-3/+33
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini14-5/+18
2023-07-17[clang] Fix delayed template parsingSerge Pavlov1-1/+3
2023-07-07Remove rdar links; NFCAaron Ballman14-18/+5
2023-07-06[AIX][clang][tests] XFail PCH/late-parsed-instantiations.cppSerge Pavlov1-0/+2
2023-07-05Remove unused test fileAaron Ballman1-12/+0
2023-06-24[clang] Fix pretty-printing for variables declared in a for-loop conditionVaibhav Thakkar1-1/+1
2023-06-16[clang] Don't create import decls without -fmodulesKadir Cetinkaya3-0/+9
2023-06-15[Clang] Directly create opaque pointersNikita Popov1-1/+1
2023-05-22[clang] Fix label (de-)serialization in ASM statements.Viktoriia Bakalova1-0/+23
2023-05-14[clang] Convert a few tests to opaque pointersSergei Barannikov1-8/+4
2023-05-09[Sema] Lambdas are not part of immediate context for deductionIlya Biryukov1-0/+1
2023-04-24[Serialization] Place command line defines in the correct fileJohn Brawn2-1/+14