diff options
author | Balázs Kéri <balazs.keri@ericsson.com> | 2024-04-08 12:19:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 12:19:03 +0200 |
commit | c2067c1f471ac54312cb5e1e0efd4ea5fd21cc79 (patch) | |
tree | ca4b8ac7d16f0de8dc81ac7985664100956d5405 /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | 8461d901a770516cf2069fe3bce979a6f8fc8d76 (diff) | |
download | llvm-c2067c1f471ac54312cb5e1e0efd4ea5fd21cc79.zip llvm-c2067c1f471ac54312cb5e1e0efd4ea5fd21cc79.tar.gz llvm-c2067c1f471ac54312cb5e1e0efd4ea5fd21cc79.tar.bz2 |
[clang][analyzer] Add "pedantic" mode to StreamChecker. (#87322)
The checker may create failure branches for all stream write operations
only if the new option "pedantic" is set to true.
Result of the write operations is often not checked in typical code. If
failure branches are created the checker will warn for unchecked write
operations and generate a lot of "false positives" (these are valid
warnings but the programmer does not care about this problem).
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions