diff options
author | Eric Seidel <eric@seidel.io> | 2020-12-08 13:09:12 -0500 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2020-12-08 13:10:41 -0500 |
commit | c6348e8c95ee1eaa9dd2322b278def7a4127ff26 (patch) | |
tree | e62f2f57b2495cb4b9b5cb75df2f76f4cd7c2a62 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | d7e71b5db8427309ad12249633ea86cccdc5a701 (diff) | |
download | llvm-c6348e8c95ee1eaa9dd2322b278def7a4127ff26.zip llvm-c6348e8c95ee1eaa9dd2322b278def7a4127ff26.tar.gz llvm-c6348e8c95ee1eaa9dd2322b278def7a4127ff26.tar.bz2 |
cppcoreguidelines Narrowing Conversions Check: detect narrowing conversions involving typedefs
The check 'cppcoreguidelines-narrowing-conversions' does not detect conversions
involving typedef. This notably includes the standard fixed-width integer types
like int32_t, uint64_t, etc. Now look through the typedefs at the desugared type.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions