summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/AssignOperatorSignatureCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-...Gabor Horvath2016-05-041-80/+0
* [clang-tidy] misc-assign-operator-signature checker checks return value of al...Gabor Horvath2016-03-241-7/+8
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
* Expose the clang-tidy misc-assign-operator-signature checker as cppcoreguidel...Aaron Ballman2015-10-131-6/+7
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-8/+11
* Using an early return as it is more clear; NFC.Aaron Ballman2015-08-311-24/+24
* Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ...Aaron Ballman2015-08-281-20/+26
* [clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::...Alexander Kornienko2015-03-021-0/+2
* Verify assign operator signatures.Samuel Benzaquen2015-02-091-0/+67
OpenPOWER on IntegriCloud