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 |
||
---|---|---|
.. | ||
arg-comments.cpp | ||
basic.cpp | ||
deduplication.cpp | ||
diagnostic.cpp | ||
fix.cpp | ||
macros.cpp | ||
nolint.cpp | ||
redundant-smartptr-get-fix.cpp | ||
redundant-smartptr-get.cpp | ||
select-checks.cpp | ||
static-analyzer.cpp |