================
@@ -3593,8 +3593,14 @@ VarCreationState Compiler<Emitter>::visitDecl(const 
VarDecl *VD) {
   if (R.notCreated())
     return R;
 
-  if (R)
-    return true;
+  if (R) {
----------------
tbaederr wrote:

Yes, remove it please.

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

Reply via email to