aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Lexer/cxx-features.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-03-05[Clang] Bump `__cpp_constexpr` to `202002L` in C++20 mode (#129814)A. Jiang1-1/+1
2025-02-20[Clang] Mark P1061 (Structured Bindings can introduce a Pack) as implemented ...cor3ntin1-1/+1
2025-01-29[clang] Remove the deprecated flag `-frelaxed-template-template-args`. (#111894)Matheus Izvekov1-4/+1
2024-12-18[Clang] Set `__cpp_explicit_this_parameter` (#107451)cor3ntin1-1/+1
2024-09-05[Clang][Parser] Accept P2741R3 (static_assert with user-generated message) in...Mital Ashok1-1/+1
2024-08-23[Clang] Implement P2747 constexpr placement new (#104586)cor3ntin1-1/+1
2024-08-15[Clang] Implement C++26’s P2893R3 ‘Variadic friends’ (#101448)Sirraide1-0/+4
2024-08-05[Clang] Define __cpp_pack_indexing (#101956)Sirraide1-0/+4
2024-05-22Reland "[clang] Enable sized deallocation by default in C++14 onwards" (#90373)Pengcheng Wang1-10/+10
2024-05-02[clang] Enable C++17 relaxed template template argument matching by default (...Matheus Izvekov1-3/+3
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-10/+10
2024-04-26[clang] Enable sized deallocation by default in C++14 onwards (#83774)Pengcheng Wang1-10/+10
2024-04-14[Clang] [C++26] Implement P2573R2: `= delete("should have a reason");` (#86526)Sirraide1-0/+4
2024-04-09Update __cpp_concepts macro (#87998)Erich Keane1-1/+1
2024-03-07[Clang] Update value for __cpp_implicit_move (#84216) (#84228)aniplcc1-1/+1
2024-01-30[Clang] Implement P2718R0 "Lifetime extension in range-based for loops" (#76361)yronglin1-1/+1
2024-01-22[Clang] Update feature test macros for Clang 18 (#78991)cor3ntin1-0/+5
2023-08-29Revert "[clang] Enable sized deallocation by default in C++14 onwards"Aaron Ballman1-10/+10
2023-08-29[clang] Enable sized deallocation by default in C++14 onwardswangpc1-10/+10
2023-08-04[Clang] Implement P2169 A nice placeholder with no nameCorentin Jabot1-0/+4
2023-07-20[Clang] Implement P2741R3 - user-generated static_assert messagesCorentin Jabot1-5/+1
2023-06-26[Clang] Implement P2738R1 - constexpr cast from void*Corentin Jabot1-1/+1
2023-06-25[Clang][NFC] Add feature test macro checks for C++2cCorentin Jabot1-82/+90
2023-06-13[C++20] Claim full support for consteval againMariya Podchishchaeva1-2/+1
2023-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever1-2/+2
2023-03-17Remove the outdated feature macro '__cpp_coroutines'Chuanqi Xu1-6/+0
2023-02-23[Coroutines] Remove -fcoroutines-tsChuanqi Xu1-2/+1
2023-01-12[clang] Reland parenthesized aggregate init patchesAlan Zhao1-2/+1
2023-01-04[clang] Revert parentesized aggregate initalization patchesAlan Zhao1-1/+2
2022-12-14[clang][C++20] P0960R3 and P1975R0: Allow initializing aggregates from a pare...Alan Zhao1-2/+1
2022-11-29[Clang] Implement static operator[]Roy Jacobson1-1/+1
2022-11-28[Clang] Permit static constexpr variables in constexpr functionsCorentin Jabot1-1/+1
2022-10-24[Clang] Implement P2513Corentin Jabot1-2/+2
2022-09-30[Clang] define __cpp_named_character_escapesRoy Jacobson1-1/+1
2022-09-29[Clang] P1169R4: static operator()Roy Jacobson1-1/+1
2022-09-29[Clang][NFC] Add missing feature macros to lexer testRoy Jacobson1-0/+20
2022-03-22[Clang][C++2b] P2242R3: Non-literal variables [...] in constexprCorentin Jabot1-1/+1
2021-11-04[Coroutines] [Frontend] Lookup in std namespace firstChuanqi Xu1-0/+4
2021-11-02Revert "[clang] deprecate frelaxed-template-template-args, make it on by defa...Yaxun (Sam) Liu1-4/+4
2021-10-27[clang] deprecate frelaxed-template-template-args, make it on by defaultMatheus Izvekov1-4/+4
2021-06-26[clang] add C++ feature test macro for P2266 simpler implicit moveMatheus Izvekov1-0/+4
2021-06-09[clang] p1099 using-enum feature macro & web pageNathan Sidwell1-2/+1
2021-03-31[C++2b] Support size_t literalsAnton Bikineev1-0/+6
2021-03-01Revert "[c++20] Mark class type NTTPs as done and start defining the feature ...Richard Smith1-1/+2
2020-12-18[c++2b] Add tests for feature test macros.Richard Smith1-75/+78
2020-12-18Add tests for the absence of feature test macros for features we don'tRichard Smith1-2/+25
2020-12-18[c++20] Mark class type NTTPs as done and start defining the feature test macro.Richard Smith1-1/+1
2020-01-24[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz1-5/+5
2019-12-19Fix crash on init-capture packs where the type of the initializer is non-depe...Richard Smith1-1/+3