]> git.ipfire.org Git - thirdparty/gcc.git/commit
[libsanitizer] Remove semicolon after do {} while (0) in macro body
authorTom de Vries <tom@codesourcery.com>
Sun, 5 Nov 2017 09:57:17 +0000 (09:57 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Sun, 5 Nov 2017 09:57:17 +0000 (09:57 +0000)
commit735e62b9058e5127051b33db0f758b5c2c3f95f9
treed317329570832f7f7a547fb22051265f510113ef
parent0791ac186bdddf4c52a59ee240ad9c3c9d7f197a
[libsanitizer] Remove semicolon after do {} while (0) in macro body

2017-11-05  Tom de Vries  <tom@codesourcery.com>

PR other/82784
* asan/asan_poisoning.cc (CHECK_SMALL_REGION): Remove semicolon after
"do {} while (0)".
* lsan/lsan_common.cc (LOG_POINTERS, LOG_THREADS): Same.

From-SVN: r254419
libsanitizer/ChangeLog
libsanitizer/asan/asan_poisoning.cc
libsanitizer/lsan/lsan_common.cc