Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] New checker performance-trivially-destructible-check | Anton Bikineev | 2019-11-01 | 1 | -0/+3 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va... | Felix Berger | 2016-07-01 | 1 | -0/+6 |
* | [clang-tidy] Fix doxygen errors. NFC. | Alexander Kornienko | 2016-06-17 | 1 | -3/+3 |
* | [clang-tidy] TypeTraits - Type is not expensive to copy when it has a deleted... | Felix Berger | 2016-05-14 | 1 | -1/+2 |
* | [clang-tidy] Cleanup namespace in utils folder. | Etienne Bergeron | 2016-05-03 | 1 | -0/+2 |
* | Complete support for C++ Core Guidelines Type.6: Always initialize a member v... | Alexander Kornienko | 2016-04-13 | 1 | -0/+7 |
* | Make isExpensiveToCopy() tri-state. | Manuel Klimek | 2015-10-23 | 1 | -1/+1 |
* | Improved the misc-move-constructor-init check to identify arguments that are ... | Aaron Ballman | 2015-10-06 | 1 | -0/+27 |