| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [APFloat] Fix checked error assert failures | Ehud Katz | 2020-01-09 | 1 | -6/+8 |
| * | [APFloat] Fix compilation warnings | Ehud Katz | 2020-01-06 | 1 | -2/+6 |
| * | Fix false positive in magic number checker. | Florin Iucha | 2019-12-24 | 1 | -3/+15 |
| * | Magic number checker shouldn't warn on user defined string literals | Tibor Brunner | 2019-12-09 | 1 | -4/+15 |
| * | Optionally exclude bitfield definitions from magic numbers check | Florin Iucha | 2019-12-07 | 1 | -7/+27 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | llvm::sort(C.begin(), C.end()) -> llvm::sort(C) | Fangrui Song | 2018-09-27 | 1 | -1/+1 |
| * | Add a new check to the readability module that flags uses of "magic numbers" ... | Aaron Ballman | 2018-08-12 | 1 | -0/+171 |

