rsmith added inline comments.

================
Comment at: clang/test/CodeGenCXX/asm.cpp:22
+  asm("" : : "r"(foo(a)) );
+}
+
----------------
Please add another statement here after the `asm` statement to check that the 
destructor is called at the end of the `asm` statement, not at the `}`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125936/new/

https://reviews.llvm.org/D125936

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to