HazardyKnusperkeks accepted this revision.
HazardyKnusperkeks added a comment.

In D154484#4483659 <https://reviews.llvm.org/D154484#4483659>, @sstwcw wrote:

> Did you forget about GNU statement expressions?
>
>   if (({
>         foo();
>         bar();
>       })) {
>   }

I wouldn't haven forgotten it, I've never heard of it.


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

https://reviews.llvm.org/D154484

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

Reply via email to