[PATCH] D68526: [Diagnostics] Silence -Wsizeof-array-div for character buffers
James Clarke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 6 05:59:08 PDT 2019
jrtc27 added a comment.
Having said that, the one warning this raised in FreeBSD (at least for our configuration) was a completely unnecessary use of a character buffer and could be cleaned up, so maybe this case is a useful one to catch. Does anyone else have an opinion on this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68526/new/
https://reviews.llvm.org/D68526
More information about the cfe-commits
mailing list