Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Move more checks from misc- to performance- | Alexander Kornienko | 2017-11-28 | 1 | -234/+0 |
* | Add an option to misc-move-const-arg to not diagnose on trivially copyable ty... | Aaron Ballman | 2017-11-27 | 1 | -0/+56 |
* | [clang-tidy] Fix linkage-related compiler errors in clang-tidy tests | Alexander Kornienko | 2017-09-20 | 1 | -1/+3 |
* | [clang-tidy] misc-move-const-arg shouldn't complain on std::move(lambda) | Alexander Kornienko | 2017-05-22 | 1 | -0/+3 |
* | [clang-tidy] Fix misc-move-const-arg for move-only types. | Alexander Kornienko | 2017-05-05 | 1 | -0/+13 |
* | [clang-tidy misc-move-const-arg] more specific messages + suggest alternative... | Alexander Kornienko | 2016-08-24 | 1 | -6/+6 |
* | [clang-tidy] misc-move-const-arg: Detect if result of std::move() is being pa... | Alexander Kornienko | 2016-06-16 | 1 | -0/+87 |
* | [clang-tidy] Now adding correct misc-move-const-arg documentation ;] | Alexander Kornienko | 2016-04-26 | 1 | -0/+73 |