summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/aggregate-initialization.cpp
diff options
context:
space:
mode:
authorClement Courbet <courbet@google.com>2018-05-23 07:58:41 +0000
committerClement Courbet <courbet@google.com>2018-05-23 07:58:41 +0000
commit1c0a15c4449f862711cb0df0548d4c83a6ff8554 (patch)
tree11b067847a8a8dde752f73cac605aae9e5a357e5 /clang/test/SemaCXX/aggregate-initialization.cpp
parent9b412153bfc4d3bed29f9b6c259b4b8777cc488f (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud