[PATCH] D131892: [Sema] fix false -Wcomma being emitted from void returning functions

YingChi Long via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 15 12:08:01 PDT 2022


inclyc added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:74
   number of arguments cause an assertion fault.
+- Fix `#57151 <https://github.com/llvm/llvm-project/issues/57151>`_.
+  ``-Wcomma`` is emitted for void returning functions.
----------------
Do we need an NFC commit to unify the format of issues mentioned here? (Maybe it can be scheduled for a later release). The different ways of citing issues here can be confusing.  `Issue xxxx` `# xxx` in this context.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131892



More information about the cfe-commits mailing list