aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CXX
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...revert-78041-p1907r1Erich Keane2-5/+3
2024-01-22Revert "[Clang][Sema] Diagnose function/variable templates that shadow their ...Corentin Jabot1-17/+3
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov2-3/+5
2024-01-20[clang] Implement CWG1878 "`operator auto` template" (#78103)Vlad Serebrennikov1-5/+40
2024-01-19[SemaCXX] Implement CWG2137 (list-initialization from objects of the same typ...Mital Ashok3-10/+130
2024-01-18[clang] Pass `-n` to llvm-cxxfilt in even more codegen testsVlad Serebrennikov1-4/+4
2024-01-18[clang] Pass `-n` to llvm-cxxfilt in codegen testsVlad Serebrennikov1-3/+3
2024-01-18[clang] Add test for CWG1807 (#77637)Vlad Serebrennikov2-0/+30
2024-01-17[Clang][Sema] Diagnose function/variable templates that shadow their own temp...Krystian Stasiowski1-3/+17
2024-01-17[Clang] Implement CWG2598: Union of non-literal types (#78195)cor3ntin2-0/+66
2024-01-16[clang] Emit error for invalid friend functions under [temp.friend]p9 (#78083)antangelo1-1/+1
2024-01-16[Clang] Only compare template params of potential overload after checking the...cor3ntin1-0/+27
2024-01-15[clang] Reword apologetic Clang diagnostic messages (#76310)Pavel Gueorguiev2-2/+2
2024-01-14[clang][NFC] Improve formatting in C++ DR testsVlad Serebrennikov7-413/+413
2024-01-14[clang] Add tests for DRs about complete-class context (#77444)Vlad Serebrennikov4-0/+79
2024-01-14[clang] Add test for CWG1350 (#78040)Vlad Serebrennikov2-0/+78
2024-01-12[clang] Reapply Handle templated operators with reversed arguments (#72213)Utkarsh Saxena1-0/+118
2024-01-11[clang][NFC] Improve comments in C++ DR test suite (#77670)Vlad Serebrennikov4-3/+11
2024-01-10[clang] Add tests for CWG1800-1804 (#77509)Vlad Serebrennikov1-7/+160
2024-01-09[clang] Improve bit-field in ref NTTP diagnostic (#71077)Andrey Ali Khan Bolshakov1-1/+1
2024-01-09[clang] Update cxx_dr_status.html (#77372)Vlad Serebrennikov4-7/+7
2024-01-08[Clang] Fix IsOverload for function templates (#77323)cor3ntin1-0/+5
2024-01-06[Clang] Correctly construct template arguments for template template paramete...Younan Zhang1-0/+29
2024-01-05[clang] Correctly implement CWG 2672 (#75001)Younan Zhang6-16/+6
2024-01-04Reapply "[Clang][Sema] Diagnose unexpanded packs in the template argument lis...Krystian Stasiowski1-0/+12
2024-01-03Revert "[Clang][Sema] Diagnose unexpanded packs in the template argument list...Erich Keane1-12/+0
2024-01-03[Clang][Sema] Diagnose unexpanded packs in the template argument lists of fun...Krystian Stasiowski1-0/+12
2023-12-22[Sema] Add -Wc++11-narrowing-const-reference (#76094)Fangrui Song1-0/+3
2023-12-14Revert "[clang] Substitute alias templates from correct context (#75069)"Fangrui Song1-3/+2
2023-12-13[clang] Substitute alias templates from correct context (#75069)Mariya Podchishchaeva1-2/+3
2023-12-11[Clang][Sema] Diagnose friend function specialization definitions (#72863)Krystian Stasiowski2-3/+16
2023-12-09[clang][NFC] Refactor expected directives in C++ DRs 2000-2799 (#74921)Vlad Serebrennikov10-298/+499
2023-12-09[clang][NFC] Fill in historical data on when C++ DRs 2000-2799 were fixedVlad Serebrennikov3-5/+5
2023-12-08 [clang][NFC] Refactor expected directives in C++ DRs 700-1999 (#74767)Vlad Serebrennikov14-859/+1530
2023-12-08[clang][NFC] Fill in historical data on when C++ DRs 700-1999 were fixedVlad Serebrennikov12-18/+18
2023-12-06Revert "[clang] Substitute alias templates from correct context (#74335)"Podchishchaeva, Mariya1-3/+2
2023-12-06[clang] Substitute alias templates from correct context (#74335)Mariya Podchishchaeva1-2/+3
2023-12-05 [clang][NFC] Refactor expected directives in C++ DRs 600-699 (#74477)Vlad Serebrennikov1-238/+419
2023-12-05[clang][NFC] Fill in historical data on when C++ DRs 600-699 were fixedVlad Serebrennikov1-15/+15
2023-12-05 [clang][NFC] Refactor expected directives in C++ DRs 500-599 (#74373)Vlad Serebrennikov1-234/+361
2023-12-05[clang][NFC] Fill in historical data on when C++ DRs 500-599 were fixedVlad Serebrennikov1-11/+11
2023-12-04 [clang][NFC] Refactor expected directives in C++ DRs 400-499 (#74311)Vlad Serebrennikov1-238/+421
2023-12-04[clang][NFC] Fill in historical data on when C++ DRs 400-499 were fixedVlad Serebrennikov1-13/+13
2023-12-04[C++20] [Modules] Don't diagnose on invisible namesapceChuanqi Xu2-5/+1
2023-12-03[clang][NFC] Refactor expected directives in C++ DRs 300-399 (#74243)Vlad Serebrennikov1-345/+594
2023-12-03[clang][NFC] Fill in historical data on when C++ DRs 300-399 were fixedVlad Serebrennikov1-18/+19
2023-12-03[clang][NFC] Adjust expected directives in DR tests furtherVlad Serebrennikov1-1/+1
2023-12-03[clang][NFC] Adjust expected directives in DR testsVlad Serebrennikov1-1/+3
2023-12-02[clang][NFC] Refactor expected directives in C++ DRs 200-299Vlad Serebrennikov1-246/+392
2023-12-02[clang][NFC] Fill in historical data on when C++ DRs 200-299 were fixedVlad Serebrennikov3-26/+25