summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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