Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Move a few more checks from misc to bugprone. | Alexander Kornienko | 2017-11-24 | 1 | -1164/+0 |
* | [clang-tidy] Added clang-tidy test cases related to rL310095 | Florian Gross | 2017-08-04 | 1 | -0/+5 |
* | [clang-tidy] Add a test for PR33020 | Alexander Kornienko | 2017-05-12 | 1 | -0/+20 |
* | [clang-tidy] misc-use-after-move: Fix failing assertion | Martin Bohme | 2017-03-08 | 1 | -1/+16 |
* | Revert "[clang-tidy] misc-use-after-move: Fix failing assertion" | Martin Bohme | 2017-03-06 | 1 | -16/+1 |
* | [clang-tidy] misc-use-after-move: Fix failing assertion | Martin Bohme | 2017-03-06 | 1 | -1/+16 |
* | [clang-tidy] Extend misc-use-after-move to support unique_ptr and shared_ptr. | Martin Bohme | 2016-11-02 | 1 | -5/+88 |
* | [clang-tidy] Add additional diagnostic to misc-use-after-move | Martin Bohme | 2016-10-14 | 1 | -2/+4 |
* | [clang-tidy] Make test for misc-use-after-move pass under Windows | Martin Bohme | 2016-09-14 | 1 | -1/+1 |
* | [clang-tidy] Add check 'misc-use-after-move' | Martin Bohme | 2016-09-14 | 1 | -0/+1039 |