summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2015-09-10 16:37:46 +0000
committerAlexander Kornienko <alexfh@google.com>2015-09-10 16:37:46 +0000
commit7532d3e93d3980d628f10c63c2bc97bca2e7c2c1 (patch)
tree39a8b5ff46f69b31cdaacdf4b95512a9a63bd93c /llvm/lib/ExecutionEngine
parente3b1f2b7658ea22b13d6bae34f5ac4c9f4dc8fc6 (diff)
downloadbcm5719-llvm-7532d3e93d3980d628f10c63c2bc97bca2e7c2c1.tar.gz
bcm5719-llvm-7532d3e93d3980d628f10c63c2bc97bca2e7c2c1.zip
[clang-tidy] Add misc-sizeof-container check to find sizeof() uses on stl
containers. Summary: sizeof(some_std_string) is likely to be an error. This check finds this pattern and suggests using .size() instead. Reviewers: djasper, klimek, aaron.ballman Subscribers: aaron.ballman, cfe-commits Differential Revision: http://reviews.llvm.org/D12759 llvm-svn: 247297
Diffstat (limited to 'llvm/lib/ExecutionEngine')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud