aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/readability/MagicNumbersCheck.cpp
AgeCommit message (Expand)Author
2018-09-27llvm::sort(C.begin(), C.end()) -> llvm::sort(C)Fangrui Song
2018-08-12Add a new check to the readability module that flags uses of "magic numbers" ...Aaron Ballman