summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/ExplicitMakePairCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-3/+3
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-6/+7
* Disable clang-tidy Google checkers when not compiling in C++ mode. None of th...Aaron Ballman2015-09-021-0/+5
* [clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR v...Alexander Kornienko2015-06-171-3/+2
* [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...Alexander Kornienko2015-03-051-0/+2
* [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* [clang-tidy] Eliminate inline copies of InTemplateInstantiation matcher.Benjamin Kramer2014-09-031-3/+1
* [clang-tidy] Simplify ast matcher.Benjamin Kramer2014-08-051-11/+2
* [clang-tidy] Fix a false positive in the make_pair checker if an argument has...Benjamin Kramer2014-07-211-2/+13
* [clang-tidy] Add a checker that removes deducible arguments from std::make_pairBenjamin Kramer2014-07-151-0/+71
OpenPOWER on IntegriCloud