================
@@ -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 [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
