diff options
author | Clement Courbet <courbet@google.com> | 2018-05-23 07:58:41 +0000 |
---|---|---|
committer | Clement Courbet <courbet@google.com> | 2018-05-23 07:58:41 +0000 |
commit | 1c0a15c4449f862711cb0df0548d4c83a6ff8554 (patch) | |
tree | 11b067847a8a8dde752f73cac605aae9e5a357e5 /clang/test/SemaCXX/aggregate-initialization.cpp | |
parent | 9b412153bfc4d3bed29f9b6c259b4b8777cc488f (diff) | |
download | bcm5719-llvm-1c0a15c4449f862711cb0df0548d4c83a6ff8554.tar.gz bcm5719-llvm-1c0a15c4449f862711cb0df0548d4c83a6ff8554.zip |
[clang-tidy] new cppcoreguidelines-narrowing-conversions check.
Summary:
Checks for narrowing conversions, e.g.
int i = 0;
i += 0.1;
This has what some might consider false positives for:
i += ceil(d);
Reviewers: alexfh, hokein
Subscribers: srhines, nemanjai, mgorny, JDevlieghere, xazax.hun, kbarton
Differential Revision: https://reviews.llvm.org/D38455
llvm-svn: 333066
Diffstat (limited to 'clang/test/SemaCXX/aggregate-initialization.cpp')
0 files changed, 0 insertions, 0 deletions