[clang] [analyzer] Add support for consteval in ConditionBRVisitor::VisitTerminator (PR #146859)

via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 6 17:57:19 PDT 2025


================
@@ -0,0 +1,8 @@
+// RUN: %clang_analyze_cc1 -std=c++23 -analyzer-checker=core -verify %s
----------------
isuckatcs wrote:

Please check every standard from C++23 and up. We want to ensure that this case is handled properly for C++2, and every later standard as well.

https://github.com/llvm/llvm-project/pull/146859


More information about the cfe-commits mailing list