[all-commits] [llvm/llvm-project] 78d3e0: sanitizer: Fix -Wpedantic GCC warning
Martin Liška via All-commits
all-commits at lists.llvm.org
Fri Nov 5 10:06:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78d3e0a4f1406b17cdecc77540e09210670fe9a9
https://github.com/llvm/llvm-project/commit/78d3e0a4f1406b17cdecc77540e09210670fe9a9
Author: Martin Liska <mliska at suse.cz>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
Log Message:
-----------
sanitizer: Fix -Wpedantic GCC warning
Fixes:
sanitizer_stacktrace.h:212:5: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic]
Differential Revision: https://reviews.llvm.org/D113292
More information about the All-commits
mailing list