llvm-project/clang-tools-extra/clang-tidy
Samuel Benzaquen 3a571019c8 Add clang-tidy check to remove redundant .get() calls on smart pointers.
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
2014-03-27 17:42:26 +00:00
..
google clang-tidy explicit constructor check: don't warn on copy or move constructors. 2014-03-20 09:39:36 +00:00
llvm Fixed formatting. 2014-03-05 13:01:24 +00:00
misc Add clang-tidy check to remove redundant .get() calls on smart pointers. 2014-03-27 17:42:26 +00:00
tool Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00
CMakeLists.txt Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00
ClangTidy.cpp ClangTidy.cpp: Don't use non-static member initializer, for msc17. 2014-03-27 14:53:37 +00:00
ClangTidy.h Post-filter clang-tidy diagnostic messages. 2014-03-20 09:38:22 +00:00
ClangTidyDiagnosticConsumer.cpp ClangTidyContext: Don't use initializer on non-static member. 2014-03-20 10:53:03 +00:00
ClangTidyDiagnosticConsumer.h ClangTidyContext: Don't use initializer on non-static member. 2014-03-20 10:53:03 +00:00
ClangTidyModule.cpp Post-filter clang-tidy diagnostic messages. 2014-03-20 09:38:22 +00:00
ClangTidyModule.h Fixed formatting. 2014-03-05 13:01:24 +00:00
ClangTidyModuleRegistry.h
Makefile Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00