================ @@ -3593,8 +3593,14 @@ VarCreationState Compiler<Emitter>::visitDecl(const VarDecl *VD) { if (R.notCreated()) return R; - if (R) - return true; + if (R) { ---------------- yronglin wrote: Removed. https://github.com/llvm/llvm-project/pull/100400