[PATCH] D39793: [asan] Remove semicolon after do {} while (0)

2017-11-08 Thread Tom de Vries via Phabricator via 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.

[PATCH] D39793: [asan] Remove semicolon after do {} while (0)

2017-11-13 Thread Tom de Vries via Phabricator via cfe-commits
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

[PATCH] D39793: [asan] Remove semicolon after do {} while (0)

2017-11-13 Thread Jonathan Roelofs via Phabricator via cfe-commits
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