Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang-tools-extra
/
clang-tidy
/
readability
/
RedundantSmartptrGetCheck.cpp
e967a12
[clang-tidy] add IgnoreMacros option to readability-redundant-smartptr-get
by Miklos Vajna
· 7 years ago
43465bf
Port getLocStart -> getBeginLoc
by Stephen Kelly
· 7 years ago
c814872
[clang-tidy] Expand readability-redundant-smartptr-get to understand implicit converions to bool in more contexts.
by Samuel Benzaquen
· 8 years ago
08124b1
modernize-use-auto NFC fixes
by Piotr Padlewski
· 9 years ago
9559f04
[clang-tidy] make readability-redundant-smartptr-get report get() usage in conditions
by Kirill Bobyrev
· 9 years ago
9d68b64
Revert r282382; it had no reference to Revision.
by Kirill Bobyrev
· 9 years ago
6c9e06a
[clang-tidy] make readability-redundant-smartptr-get report get() usage in conditions
by Kirill Bobyrev
· 9 years ago
afad84c
[clang-tidy] Cleaning up language options.
by Gabor Horvath
· 9 years ago
51a9cc9
Apply performance-unnecessary-value-param to clang-tidy.
by Benjamin Kramer
· 9 years ago
1fb8bc7
[clang-tidy] Match the type against the get() method we are calling,
by Samuel Benzaquen
· 10 years ago
b1b2f87
[clang-tidy] Use proper capitalization and punctuation for diagnostic messages.
by Alexander Kornienko
· 10 years ago
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
· 11 years ago
110f3cc
Extend the check to detect patterns like 'ptr.get() == nullptr'
by Samuel Benzaquen
· 11 years ago
3a57101
Add clang-tidy check to remove redundant .get() calls on smart pointers.
by Samuel Benzaquen
· 12 years ago