forked from OSchip/llvm-project
3a571019c8
Summary: This check finds and removes redundant .get() calls on smart pointers. Example: ptr.get()->Foo() ==> ptr->Foo() Reviewers: alexfh CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D3186 llvm-svn: 204947 |
||
---|---|---|
.. | ||
Unit | ||
clang-apply-replacements | ||
clang-modernize | ||
clang-query | ||
clang-tidy | ||
modularize | ||
module-map-checker | ||
pp-trace | ||
remove-cstr-calls | ||
.clang-format | ||
CMakeLists.txt | ||
Makefile | ||
lit.cfg | ||
lit.site.cfg.in |