[clang] [clang][ExprConst] Don't try to evaluate value-dependent DeclRefExprs (PR #67778)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 29 04:10:53 PDT 2023


================
@@ -177,3 +177,16 @@ namespace LambdaCallOp {
     p();
   }
 }
+
+/// This used to crash due to an assertion failure,
+/// see gh#67690
----------------
tbaederr wrote:

Because it's not a RUN or expected-* line.

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


More information about the cfe-commits mailing list