summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [APFloat] Fix checked error assert failuresEhud Katz2020-01-091-6/+8
* [APFloat] Fix compilation warningsEhud Katz2020-01-061-2/+6
* Fix false positive in magic number checker.Florin Iucha2019-12-241-3/+15
* Magic number checker shouldn't warn on user defined string literalsTibor Brunner2019-12-091-4/+15
* Optionally exclude bitfield definitions from magic numbers checkFlorin Iucha2019-12-071-7/+27
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end()) -> llvm::sort(C)Fangrui Song2018-09-271-1/+1
* Add a new check to the readability module that flags uses of "magic numbers" ...Aaron Ballman2018-08-121-0/+171
OpenPOWER on IntegriCloud