================
@@ -221,18 +221,21 @@ class PrettyStackTraceCFGElement : public 
llvm::PrettyStackTraceEntry {
 // Avoids unneccesary copies of the environment.
 class JoinedStateBuilder {
   AnalysisContext ∾
+  Environment::ExprJoinBehavior ExprBehavior;
----------------
ymand wrote:

If you're going to shorten the variable name, then I think JoinBehavior might 
be better (since this doesn't have to do with the behavior of expressions).

https://github.com/llvm/llvm-project/pull/82611
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to