Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
31ccb51a7f1b6fddaa684095d78c4532598cf51d
/
clang-tools-extra
/
clang-tidy
/
readability
/
RedundantSmartptrGetCheck.cpp
b9ea09c
Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang.
by Aaron Ballman
· 10 years ago
1f1b067
Disable clang-tidy readability checkers when not compiling in C++ mode. None of the checkers require additional testing as the tests will not compile for other languages or modes, or the checkers would never match a valid construct.
by Aaron Ballman
· 10 years ago
1b677db
[clang-tidy] Refactor: Rename clang-tidy readability check files and classes to follow naming conventions
by Alexander Kornienko
· 11 years ago
[Renamed (94%) from clang-tools-extra/clang-tidy/readability/RedundantSmartptrGet.cpp]
96e7b8b
[clang-tidy] Use actual LangOptions.
by Alexander Kornienko
· 11 years ago
35ddae4
[clang-tidy] Move some of the misc checks to readability/
by Alexander Kornienko
· 11 years ago
[Renamed (98%) from clang-tools-extra/clang-tidy/misc/RedundantSmartptrGet.cpp]
20e93f3
Do not touch get() calls on 'this' object.
by Samuel Benzaquen
· 12 years ago
110f3cc
Extend the check to detect patterns like 'ptr.get() == nullptr'
by Samuel Benzaquen
· 12 years ago
3a57101
Add clang-tidy check to remove redundant .get() calls on smart pointers.
by Samuel Benzaquen
· 12 years ago