aboutsummaryrefslogtreecommitdiff
path: root/clang/www
AgeCommit message (Expand)AuthorFilesLines
2024-02-22[clang] Implement CWG2759 "`[[no_unique_address]` and common initial sequence...Vlad Serebrennikov1-1/+1
2024-02-21[clang] Implement CWG1719 "Layout compatibility and cv-qualification revisite...Vlad Serebrennikov1-2/+2
2024-02-15[clang] Do less advertising for unresolved issues in `cxx_dr_status.html` (#7...Vlad Serebrennikov2-42/+83
2024-02-13[clang] Add some CodeGen tests for CWG 2xx issues (#80823)Vlad Serebrennikov1-3/+3
2024-02-12[clang] Add some CodeGen tests for CWG 1xx issues (#80338)Vlad Serebrennikov1-4/+4
2024-02-12[clang][analyzer] Remove 'alpha.core.CallAndMessageUnInitRefArg' from documen...Balázs Kéri1-23/+0
2024-02-09[clang] Add tests for DRs about inheriting constructors (#79981)Vlad Serebrennikov1-8/+8
2024-01-30[Clang] Implement P2718R0 "Lifetime extension in range-based for loops" (#76361)yronglin1-1/+1
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin1-1/+1
2024-01-25[clang] Add test for CWG472 (#67948)Vlad Serebrennikov1-1/+1
2024-01-24Revert "[SemaCXX] Implement CWG2137 (list-initialization from objects of the ...Alexander Kornienko1-2/+2
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov1-5/+13
2024-01-21[C23] Implement N2490, Remove trigraphs??!Aaron Ballman1-1/+1
2024-01-20[clang] Implement CWG1878 "`operator auto` template" (#78103)Vlad Serebrennikov1-1/+1
2024-01-19[SemaCXX] Implement CWG2137 (list-initialization from objects of the same typ...Mital Ashok1-2/+2
2024-01-18[clang] Add test for CWG1807 (#77637)Vlad Serebrennikov1-1/+1
2024-01-17[Clang] Implement CWG2598: Union of non-literal types (#78195)cor3ntin1-2/+2
2024-01-14[clang] Add tests for DRs about complete-class context (#77444)Vlad Serebrennikov1-4/+4
2024-01-14[clang] Add test for CWG1350 (#78040)Vlad Serebrennikov1-1/+1
2024-01-11[clang] Fix color consistency in C paper tracking web pageCorentin Jabot1-1/+1
2024-01-11[clang] Improve colors in status tracking web pages.Corentin Jabot4-1623/+1625
2024-01-10[clang] Add tests for CWG1800-1804 (#77509)Vlad Serebrennikov1-6/+6
2024-01-09[clang] Update cxx_dr_status.html (#77372)Vlad Serebrennikov1-179/+545
2023-12-13[attributes][analyzer] Implement [[clang::suppress]] - suppress static analys...Artem Dergachev1-6/+39
2023-12-12[analyzer] Move alpha checker EnumCastOutOfRange to optin (#67157)DonatNagyE1-19/+0
2023-12-09[clang][NFC] Fill in historical data on when C++ DRs 2000-2799 were fixedVlad Serebrennikov1-5/+5
2023-12-08[clang][NFC] Fill in historical data on when C++ DRs 700-1999 were fixedVlad Serebrennikov1-18/+18
2023-12-07[Clang] Mark WG14 N2939 (Identifier Syntax Fixes) as available in Clang 15 (#...Tom Honermann1-1/+1
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] Fill in historical data on when C++ DRs 500-599 were fixedVlad Serebrennikov1-11/+11
2023-12-04[clang][NFC] Fill in historical data on when C++ DRs 400-499 were fixedVlad Serebrennikov1-13/+13
2023-12-03[clang][NFC] Fill in historical data on when C++ DRs 300-399 were fixedVlad Serebrennikov1-18/+18
2023-12-02[clang][NFC] Fill in historical data on when C++ DRs 200-299 were fixedVlad Serebrennikov1-23/+23
2023-12-01[Clang] Implement P2308R1 - Template Parameter Initialization. (#73103)cor3ntin2-4/+4
2023-12-01[clang][NFC] Fill in historical data on when C++ DRs 100-199 were fixedVlad Serebrennikov1-10/+10
2023-11-30[clang][NFC] Fill in historical data on when C++ DR 1-99 were fixedVlad Serebrennikov1-23/+23
2023-11-29[Clang] Implement P2864R2 Remove Deprecated Arithmetic Conversion on Enumerat...cor3ntin1-1/+1
2023-11-28[Clang] Improve support for expression messages in `static_assert` (#73234)cor3ntin1-1/+1
2023-11-20[C23] Complete support for WG14 N2508 (#71398)Aaron Ballman1-1/+1
2023-11-11[Clang] Add the list of papers approved in KonaCorentin Jabot1-0/+17
2023-11-05[clang][NFC] Refactor `CXXConstructExpr::ConstructionKind`Vlad Serebrennikov1-1/+1
2023-10-17[clang] Implement C23 <stdckdint.h>zijunzhao1-0/+5
2023-10-15Update Clang's Getting Involved pageAaron Ballman1-11/+18
2023-10-10[clang][analyzer] Add C++ array delete checkerViktor Cseh1-2/+22
2023-10-05[C2X] N3007 Type inference for object definitionsGuillot Tony1-2/+2
2023-10-05Revert "[C2X] N3007 Type inference for object definitions"Aaron Ballman1-2/+2
2023-10-05[C2X] N3007 Type inference for object definitionsGuillot Tony1-2/+2
2023-10-02[clang] Bump latest release to 17 for C++ DR Status page (#67996)Vlad Serebrennikov2-6/+6
2023-10-02[clang] Add test for CWG2267 (#67931)Vlad Serebrennikov1-1/+1
2023-10-02[clang] Add check for duplicates to make_cxx_dr_status script (#67969)Vlad Serebrennikov2-2/+6