aboutsummaryrefslogtreecommitdiff
path: root/clang/www
AgeCommit message (Expand)AuthorFilesLines
2024-06-17[Clang] Introduce `CXXTypeidExpr::hasNullCheck` (#95718)Mital Ashok1-1/+1
2024-06-17[clang][NFC] Update C++ DR issues listVlad Serebrennikov1-9/+33
2024-06-13[clang][NFC] Update CWG issues listVlad Serebrennikov1-0/+6
2024-06-13Revert "[clang][NFC] Add a test for CWG2685" (#95389)Younan Zhang1-1/+1
2024-06-13[clang][NFC] Add a test for CWG2685 (#95206)Younan Zhang1-1/+1
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka1-1/+1
2024-06-12[analyzer] Finish moving alpha.core.SizeofPtr to clang-tidy (#95118)Donát Nagy1-16/+0
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm1-1/+1
2024-06-09[clang][NFC] Update CWG issues listVlad Serebrennikov1-0/+12
2024-06-06Revert "Reapply "[Clang][CWG1815] Support lifetime extension of temporary cre...bgra81-1/+1
2024-06-05[Clang] Static and explicit object member functions with the same parameter-t...cor3ntin2-4/+4
2024-06-04[clang] Add tests for Core issues about friend templates (#94288)Vlad Serebrennikov1-3/+3
2024-06-03[clang][analyzer] Move unix.BlockInCriticalSection out of alpha (#93815)Endre Fülöp1-33/+0
2024-06-03[clang] Add tests for some CWG issues from 2024-05-31 telecon (#94167)Vlad Serebrennikov1-5/+5
2024-06-02[clang][NFC] Update CWG issues listVlad Serebrennikov1-9/+39
2024-05-31[clang] require template arg list after template kw (#80801)Erick Velez1-1/+1
2024-05-31[C11] Claim conformance to N1464Aaron Ballman1-1/+1
2024-05-30[clang] CWG150: add tests and change to unreleased (#93758)Matheus Izvekov1-1/+1
2024-05-23Reapply "[Clang][CWG1815] Support lifetime extension of temporary created by ...yronglin1-1/+1
2024-05-22[Clang] Perform derived-to-base conversion on explicit object parameter in la...Sirraide1-1/+1
2024-05-22Reland "[clang] Enable sized deallocation by default in C++14 onwards" (#90373)Pengcheng Wang1-6/+5
2024-05-20[clang][NFC] Update the list of Core issuesVlad Serebrennikov1-16/+22
2024-05-17[clang] Implement CWG2428 "Deprecating a concept" (#92295)Vlad Serebrennikov1-1/+1
2024-05-16Revert "[Clang][CWG1815] Support lifetime extension of temporary created by a...erichkeane1-1/+1
2024-05-16[clang][NFC] Claim support for P3106R1 since Clang 17Vlad Serebrennikov1-1/+1
2024-05-16[clang] CTAD: implement the missing IsDeducible constraint for alias template...Haojian Wu1-2/+2
2024-05-15[clang] Add tests for CWG issues regarding completeness of types (#92113)Vlad Serebrennikov1-17/+29
2024-05-14[Clang][NFC] Mark P2552 as implemented. (#92007)cor3ntin1-1/+1
2024-05-13[Clang][CWG1815] Support lifetime extension of temporary created by aggregate...yronglin1-1/+1
2024-05-11[clang] Add test for CWG1820 "Qualified typedef names" (#91765)Vlad Serebrennikov1-1/+1
2024-05-10[clang][NFC] Update C++ DR status pageVlad Serebrennikov1-3/+15
2024-05-10[Clang] Implement __reference_converts_from_temporary (#91199)cor3ntin1-9/+1
2024-05-03[Clang] Implement P2809: Trivial infinite loops are not Undefined Behavior (#...cor3ntin1-1/+1
2024-05-02[clang] NFC: cxx_status mark P0522R0 as unreleasedMatheus Izvekov1-2/+2
2024-05-02[clang] Enable C++17 relaxed template template argument matching by default (...Matheus Izvekov1-10/+8
2024-04-30[Clang][NFC] Fix status colorscor3ntin1-2/+2
2024-04-30[NFC][Clang] Update P2718R0 implementation status to partial supported (#90577)yronglin1-2/+9
2024-04-30[clang][analyzer] Move StreamChecker out of the alpha package. (#89247)Balázs Kéri2-73/+0
2024-04-29[Clang] Address post commit feedbacks in #89906 (#90495)cor3ntin1-2/+2
2024-04-29[Clang] Implement C++26 P2748R5 "Disallow Binding a Returned Glvalue to a Tem...yronglin1-1/+1
2024-04-29[clang] Allow constexpr cast from `void*` in more cases (#89484)offsetof2-27/+57
2024-04-29[clang] Use `cwg_index.html` from GitHub for DR status page (#90352)Vlad Serebrennikov2-159/+400
2024-04-28[Clang] Implement C++26 Attributes for Structured Bindings (P0609R3) (#89906)cor3ntin1-1/+1
2024-04-26Revert "[clang] Enable sized deallocation by default in C++14 onwards (#83774...Vitaly Buka1-5/+6
2024-04-26[clang] Add test for CWG2149 "Brace elision and array length deduction" (#90079)Vlad Serebrennikov1-1/+1
2024-04-26[clang] Enable sized deallocation by default in C++14 onwards (#83774)Pengcheng Wang1-6/+5
2024-04-17[C99] Remove WG14 N522 from the C status pageAaron Ballman1-5/+0
2024-04-14[Clang] [C++26] Implement P2573R2: `= delete("should have a reason");` (#86526)Sirraide1-1/+1
2024-04-13[clang][NFC] Replace `dr` with `cwg` in DR test suiteVlad Serebrennikov1-3/+3
2024-04-12[C99] Claim conformance for _Complex support (#88161)Aaron Ballman1-22/+15