summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* [clang-tidy] Fix google-explicit-constructor issue with out-of-line conversionsAlexander Kornienko2017-04-181-0/+2
* [clang-tidy] Verify some conditions in a matcher instead of check(). NFCAlexander Kornienko2017-03-171-6/+7
* [clang-tidy] Ignore deleted members in google-explicit-constructor.Alexander Kornienko2017-03-171-1/+1
* [clang-tidy] google-explicit-constructor: ignore macrosAlexander Kornienko2016-12-301-0/+4
* [clang-tidy] google-explicit-constructor: ignore template instantiationsAlexander Kornienko2016-12-301-2/+4
* [clang-tidy] google-explicit-constructor: ignore compiler-generated conversio...Alexander Kornienko2016-12-281-2/+5
* [clang-tidy] Flag implicit conversion operators.Alexander Kornienko2016-12-231-9/+21
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-2/+1
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-1/+1
* Apply performance-unnecessary-value-param to clang-tidy.Benjamin Kramer2016-06-151-1/+2
* [clang-tidy] google-explicit-constructor: improve the warning messageAlexander Kornienko2015-11-281-3/+5
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-2/+2
* Disable clang-tidy Google checkers when not compiling in C++ mode. None of th...Aaron Ballman2015-09-021-2/+5
* [clang-tidy] Clarify message for the google-explicit-constructor checkAlexander Kornienko2015-03-311-1/+5
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-231-5/+5
* [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...Alexander Kornienko2015-03-051-0/+2
* [clang-tidy] Detect dependent initializer_lists in google-explicit-constructor.Alexander Kornienko2015-02-051-9/+16
* [clang-tidy] google-explicit-constructor: don't match in template instantiationsAlexander Kornienko2014-11-301-1/+2
* [clang-tidy] Support initializer_list in google-explicit-constructor checkAlexander Kornienko2014-11-271-6/+34
* Move google-explicit-constructor check to a separate source file.Alexander Kornienko2014-06-181-0/+85
OpenPOWER on IntegriCloud