[clang] [Clang][Interp] Visit `DecompositionDecl` and create a local variable (PR #100400)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 25 00:21:17 PDT 2024


================
@@ -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


More information about the cfe-commits mailing list