index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clang-tidy
/
google
/
ExplicitConstructorCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
[clang-tidy] Fix google-explicit-constructor issue with out-of-line conversions
Alexander Kornienko
2017-04-18
1
-0
/
+2
*
[clang-tidy] Verify some conditions in a matcher instead of check(). NFC
Alexander Kornienko
2017-03-17
1
-6
/
+7
*
[clang-tidy] Ignore deleted members in google-explicit-constructor.
Alexander Kornienko
2017-03-17
1
-1
/
+1
*
[clang-tidy] google-explicit-constructor: ignore macros
Alexander Kornienko
2016-12-30
1
-0
/
+4
*
[clang-tidy] google-explicit-constructor: ignore template instantiations
Alexander Kornienko
2016-12-30
1
-2
/
+4
*
[clang-tidy] google-explicit-constructor: ignore compiler-generated conversio...
Alexander Kornienko
2016-12-28
1
-2
/
+5
*
[clang-tidy] Flag implicit conversion operators.
Alexander Kornienko
2016-12-23
1
-9
/
+21
*
modernize-use-auto NFC fixes
Piotr Padlewski
2016-12-14
1
-2
/
+1
*
[clang-tidy] Cleaning up language options.
Gabor Horvath
2016-09-24
1
-1
/
+1
*
Apply performance-unnecessary-value-param to clang-tidy.
Benjamin Kramer
2016-06-15
1
-1
/
+2
*
[clang-tidy] google-explicit-constructor: improve the warning message
Alexander Kornienko
2015-11-28
1
-3
/
+5
*
Refactors AST matching code to use the new AST matcher names. This patch corr...
Aaron Ballman
2015-09-17
1
-2
/
+2
*
Disable clang-tidy Google checkers when not compiling in C++ mode. None of th...
Aaron Ballman
2015-09-02
1
-2
/
+5
*
[clang-tidy] Clarify message for the google-explicit-constructor check
Alexander Kornienko
2015-03-31
1
-1
/
+5
*
Make helpers static. clang-tools edition.
Benjamin Kramer
2015-03-23
1
-5
/
+5
*
[clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...
Alexander Kornienko
2015-03-05
1
-0
/
+2
*
[clang-tidy] Detect dependent initializer_lists in google-explicit-constructor.
Alexander Kornienko
2015-02-05
1
-9
/
+16
*
[clang-tidy] google-explicit-constructor: don't match in template instantiations
Alexander Kornienko
2014-11-30
1
-1
/
+2
*
[clang-tidy] Support initializer_list in google-explicit-constructor check
Alexander Kornienko
2014-11-27
1
-6
/
+34
*
Move google-explicit-constructor check to a separate source file.
Alexander Kornienko
2014-06-18
1
-0
/
+85