Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NFC] Fixes -Wrange-loop-analysis warnings | Mark de Wever | 2020-01-01 | 1 | -1/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [clang-tidy] Do not trigger move fix for non-copy assignment operators in per... | Felix Berger | 2017-01-19 | 1 | -1/+2 |
* | [clang-tidy] Handle constructors in performance-unnecessary-value-param | Malcolm Parsons | 2017-01-03 | 1 | -6/+51 |
* | [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va... | Felix Berger | 2016-07-01 | 1 | -14/+40 |
* | [clang-tidy] Cleanups utils files | Etienne Bergeron | 2016-05-16 | 1 | -1/+1 |
* | [clang-tidy] Cleanup namespace in utils folder. | Etienne Bergeron | 2016-05-03 | 1 | -2/+4 |
* | [clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-con... | Felix Berger | 2016-03-05 | 1 | -0/+98 |