Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang-tools-extra
/
clang-tidy
/
google
/
ExplicitConstructorCheck.cpp
c09197e
Port getLocEnd -> getEndLoc
by Stephen Kelly
· 7 years ago
04e5ab3
[clang-tidy] Fix google-explicit-constructor issue with out-of-line conversions
by Alexander Kornienko
· 8 years ago
c7c9b75
[clang-tidy] Verify some conditions in a matcher instead of check(). NFC
by Alexander Kornienko
· 9 years ago
7bcf751
[clang-tidy] Ignore deleted members in google-explicit-constructor.
by Alexander Kornienko
· 9 years ago
2042f83
[clang-tidy] google-explicit-constructor: ignore macros
by Alexander Kornienko
· 9 years ago
56d0806
[clang-tidy] google-explicit-constructor: ignore template instantiations
by Alexander Kornienko
· 9 years ago
dd0c0ba
[clang-tidy] google-explicit-constructor: ignore compiler-generated conversion operators.
by Alexander Kornienko
· 9 years ago
bbd8536
[clang-tidy] Flag implicit conversion operators.
by Alexander Kornienko
· 9 years ago
08124b1
modernize-use-auto NFC fixes
by Piotr Padlewski
· 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
5eb134c
[clang-tidy] google-explicit-constructor: improve the warning message
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
ec3e5d6
Disable clang-tidy Google 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
0b02461
[clang-tidy] Clarify message for the google-explicit-constructor check
by Alexander Kornienko
· 10 years ago
e710371
Make helpers static. clang-tools edition.
by Benjamin Kramer
· 11 years ago
ed824e0
[clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy::google
by Alexander Kornienko
· 11 years ago
dd2dad0
[clang-tidy] Detect dependent initializer_lists in google-explicit-constructor.
by Alexander Kornienko
· 11 years ago
ad5074d
[clang-tidy] google-explicit-constructor: don't match in template instantiations
by Alexander Kornienko
· 11 years ago
15c5e6a
[clang-tidy] Support initializer_list in google-explicit-constructor check
by Alexander Kornienko
· 11 years ago
72f1e75
Move google-explicit-constructor check to a separate source file.
by Alexander Kornienko
· 11 years ago