jroelofs accepted this revision.
jroelofs added a comment.
This revision is now accepted and ready to land.
LGTM
https://reviews.llvm.org/D39793
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/c
vries added a comment.
Committed.
https://reviews.llvm.org/D39793
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
vries created this revision.
Herald added a subscriber: kubamracek.
this removes a semicolon after "do {} while (0)" in CHECK_SMALL_REGION. This
allows the macro to be used in if-then-elses without curly braces.
[ https://gcc.gnu.org/ml/gcc-patches/2017-11/msg00298.html ]
https://reviews.llvm.