summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-221-5/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko2017-07-201-1/+1
* [clang-tidy] Suggest including <cmath> if necessary in type-promotion-in-math...Justin Lebar2016-12-141-8/+41
* [ClangTidy] Add new performance-type-promotion-in-math-fn check.Justin Lebar2016-12-141-0/+172
OpenPOWER on IntegriCloud