[clang] [clang][ExprConst] Don't try to evaluate value-dependent DeclRefExprs (PR #67778)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 3 09:20:48 PDT 2023
Timm =?utf-8?q?Bäder?= <tbaeder at redhat.com>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/67778/clang at github.com>
================
@@ -177,3 +177,16 @@ namespace LambdaCallOp {
p();
}
}
+
+/// This used to crash due to an assertion failure,
+/// see gh#67690
----------------
cor3ntin wrote:
@tbaederr that's not a thing we distinguish in our tests in general afaik, i think @Fznamznon suggestion should be followed
https://github.com/llvm/llvm-project/pull/67778
More information about the cfe-commits
mailing list