[PATCH] D34810: [Sema] -Wcomma should not warn for expressions that return void
Greg Parker via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 29 13:28:22 PDT 2017
gparker42 added a comment.
I thought void-returning functions were supposed to be allowed based on the description in https://reviews.llvm.org/D3976 , but later in that discussion the definition was changed to instead allow almost nothing.
Repository:
rL LLVM
https://reviews.llvm.org/D34810
More information about the cfe-commits
mailing list