summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/OverloadedUnaryAndCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* A bit of AST matcher cleanup, NFC.Alexander Kornienko2018-11-251-6/+4
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-6/+6
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-4/+5
* Disable clang-tidy Google checkers when not compiling in C++ mode. None of th...Aaron Ballman2015-09-021-0/+5
* [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] Add a checker that flags all instances of overloaded unary opera...Benjamin Kramer2014-07-151-0/+45
OpenPOWER on IntegriCloud