summaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/cxx2a-consteval.cpp
AgeCommit message (Expand)Author
2025-11-23Don't mark lambda non-dependent if nested in a generic lambda. (#149121)Daniel M. Katz
2025-06-17[clang] Remove separate evaluation step for static class member init. (#142713)Eli Friedman
2025-05-15[clang] Compound Literal Statement Constant Expression Assertion Fix (#139479)Vincent
2025-05-04[Clang] Don't retain template FoundDecl for conversion function calls (#138377)Younan Zhang
2025-03-10Revert "[clang] Implement instantiation context note for checking template pa...Nikita Popov
2025-03-06[clang] Implement instantiation context note for checking template parameters...Matheus Izvekov
2024-10-11Turn `-Wdeprecated-literal-operator` on by default (#111027)Erich Keane
2024-09-18[Clang] Avoid transforming lambdas when rebuilding immediate expressions (#10...Younan Zhang
2024-08-26[Clang] Correctly finds subexpressions of immediate invocations (#106055)cor3ntin
2024-08-14[clang] Turn -Wenum-constexpr-conversion into a hard error (#102364)Carlos Galvez
2024-07-14[NFC] Fix some typos (#98791)c8ef
2024-06-18[Clang] Fix immediate escalation in templated entities (#95233)cor3ntin
2024-05-09[Clang] Fix P2564 handling of variable initializers (#89565)Daniel M. Katz
2024-04-25Push immediate function context while transforming lambdas in templates. (#89...Daniel M. Katz
2024-03-13Reapply "[Clang][C++23] Implement P2448R2 ..." (#85136) (#85145)Amy Huang
2024-03-13Revert "[Clang][C++23] Implement P2448R2 ..." (#85136)Amy Huang
2024-03-07[Clang][C++23] Implement P2448R2: Relaxing some constexpr restrictions (#77753)Mariya Podchishchaeva
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-10-05[Clang] Handle consteval expression in array bounds expressions (#66222)cor3ntin
2023-09-27Revert "[clang][SemaCXX] Diagnose tautological uses of consteval if and is_co...Sam McCall
2023-09-27[clang][SemaCXX] Diagnose tautological uses of consteval if and is_constant_e...Takuya Shimizu
2023-09-19[Clang] Static member initializers are not immediate escalating context. (#66...cor3ntin
2023-08-25[Clang] Fix a crash when an invalid immediate function call appears in a castCorentin Jabot
2023-08-22Revert "[Clang] CWG1473: do not err on the lack of space after operator"""Reid Kleckner
2023-08-17[Clang] CWG1473: do not err on the lack of space after operator""Po-yao Chang
2023-06-28[clang][ExprConstant] Fix display of syntactically-invalid note for member fu...Takuya Shimizu
2023-06-14[Clang] Show type in enum out of range diagnosticDimitry Andric
2023-06-07[clang] Implement P2564 "consteval must propagate up"Corentin Jabot
2023-05-24Reland: [clang][AST] Print name instead of type when diagnosing uninitialized...Takuya Shimizu
2023-05-18Revert "[clang][AST] Print name instead of type when diagnosing uninitialized...Erich Keane
2023-05-16[clang][AST] Print name instead of type when diagnosing uninitialized subobje...Takuya Shimizu
2023-04-05[clang] Fix crash when handling nested immediate invocationsMariya Podchishchaeva
2023-03-28[clang] Fix consteval initializers of temporariesMariya Podchishchaeva
2023-02-23[Clang] Fix a crash when taking the address of a consteval lambdaCorentin Jabot
2022-12-01[Clang] Adjust assert from Sema::BuildCXXTypeConstructExprShafik Yaghmour
2022-09-02[clang] Skip re-building lambda expressions in parameters to consteval fns.Utkarsh Saxena
2022-08-26PotentiallyEvaluatedContext in a ImmediateFunctionContext.Utkarsh Saxena
2022-08-18Do not evaluate dependent immediate invocationsUtkarsh Saxena
2022-08-17[Clang] Tighten restrictions on enum out of range diagnostic to avoid constan...Shafik Yaghmour
2022-08-12Handle explicitly defaulted consteval special members.Utkarsh Saxena
2022-06-07[clang] Allow consteval functions in default argumentsEvgeny Shulgin
2022-03-28Fix template instantiation of UDLsAaron Ballman
2022-03-21Ignore FullExpr when traversing cast sub-expressionsAaron Ballman
2022-03-08Properly diagnose constant evaluation issues at TU scopeAaron Ballman
2022-02-25[Clang][Sema] Do not evaluate value-dependent immediate invocationsEvgeny Shulgin
2021-10-27Fix consteval crash when transforming 'this' expressionsAaron Ballman
2021-10-14Fix a rejects-valid with consteval on overloaded operatorsAaron Ballman
2021-08-06Implement P1937 consteval in unevaluated contextsCorentin Jabot