[PATCH] D127201: [clang] Add tests for statement expression in initializers

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 13 08:17:30 PDT 2022


aaron.ballman added a comment.

Thanks for adding some more test coverage! Would it be worth mentioning the miscompile fix in the release notes more explicitly?



================
Comment at: clang/test/Sema/stmtexpr-init.c:1
+// RUN: %clang_cc1 -verify -fsyntax-only -std=gnu11 %s
+
----------------
I'd remove the gnu11 from here as well (we default to being in GNU mode anyway).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127201



More information about the cfe-commits mailing list