Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt clang-tidy checks to changing semantics of hasDeclaration. | Manuel Klimek | 2017-08-02 | 1 | -9/+11 |
* | [clang-tidy] misc-use-after-move: Fix failing assertion | Martin Bohme | 2017-03-08 | 1 | -1/+8 |
* | Revert "[clang-tidy] misc-use-after-move: Fix failing assertion" | Martin Bohme | 2017-03-06 | 1 | -1/+1 |
* | [clang-tidy] misc-use-after-move: Fix failing assertion | Martin Bohme | 2017-03-06 | 1 | -1/+1 |
* | [clang-tidy] refactor ExprSequence out of use-after-move check | Marek Sokolowski | 2016-12-24 | 1 | -261/+3 |
* | [clang-tools-extra] Format sources with clang-format. NFC. | Mandeep Singh Grang | 2016-11-08 | 1 | -8/+6 |
* | [clang-tidy] Extend misc-use-after-move to support unique_ptr and shared_ptr. | Martin Bohme | 2016-11-02 | 1 | -17/+55 |
* | [clang-tidy] Add additional diagnostic to misc-use-after-move | Martin Bohme | 2016-10-14 | 1 | -10/+14 |
* | [clang-tidy] Add check 'misc-use-after-move' | Martin Bohme | 2016-09-14 | 1 | -0/+643 |