diff options
| author | Malcolm Parsons <malcolm.parsons@gmail.com> | 2016-10-31 14:43:37 +0000 |
|---|---|---|
| committer | Malcolm Parsons <malcolm.parsons@gmail.com> | 2016-10-31 14:43:37 +0000 |
| commit | db04833fcabea67dd38182fe81fab902015c1e8c (patch) | |
| tree | 62b3bdb34067fe1307bf5c6e572c4bbe2f39b8af /llvm/test | |
| parent | 30354ebb003375b1f112bd491bb61d54d5f37f22 (diff) | |
| download | bcm5719-llvm-db04833fcabea67dd38182fe81fab902015c1e8c.tar.gz bcm5719-llvm-db04833fcabea67dd38182fe81fab902015c1e8c.zip | |
[clang-tidy] Enhance modernize-use-auto to casts
Summary:
Extend modernize-use-auto to cases when a variable is assigned with a cast.
e.g.
Type *Ptr1 = dynamic_cast<Type*>(Ptr2);
http://llvm.org/PR25499
Reviewers: angelgarcia, aaron.ballman, klimek, Prazek, alexfh
Subscribers: Prazek, Eugene.Zelenko, cfe-commits
Tags: #clang-tools-extra
Differential Revision: https://reviews.llvm.org/D25316
llvm-svn: 285579
Diffstat (limited to 'llvm/test')
0 files changed, 0 insertions, 0 deletions

