[PATCH] D125936: [Sema] Relax an assertion in BuildStmtExpr

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 13 23:31:11 PDT 2022


rjmccall added a comment.

Yeah, I think the appropriate thing is to just treat the entire asm statement like it's a single full-expression.  As always, that implies an annoying lifetime for blocks and C compound literals.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125936



More information about the cfe-commits mailing list