[PATCH] D85102: [clang] improve diagnostics for misaligned and large atomics
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 2 16:00:56 PDT 2020
xbolva00 added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticFrontendKinds.td:274
+ "misaligned atomic operation may incur "
+ "significant performance penalty "
+ "(the expected (%0 bytes) exceeds the actual alignment (%1 bytes)">,
----------------
Use ; rather than ( ... ) ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85102/new/
https://reviews.llvm.org/D85102
More information about the cfe-commits
mailing list