[clang-tools-extra] [clang-tidy] Clarify diagnostics of bugprone-sizeof-expression (PR #95550)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 18 11:03:54 PDT 2024
PiotrZSL wrote:
Main reason why I pointed out that I do not like ':' character and would prefer ',' or ';' is that:
- no other check is using it
- could in theory cause an issue for some tools that parse warnings because ': ' characters are after "warning" and basically almost never happen in message itself.
https://github.com/llvm/llvm-project/pull/95550
More information about the cfe-commits
mailing list