summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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