summaryrefslogtreecommitdiffstats
path: root/clang-tidy/google/IntegerTypesCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Disable google-runtime-int in Objective-C++ 🔓Stephane Moore2019-03-201-1/+3
* 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/google-runtime-int] Allow passing non-bitwidth types to printf()-...Ben Hamilton2018-05-011-1/+11
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+0
* [clang-tidy] google-runtime-int: fix a false positive in implicit code.Alexander Kornienko2016-02-111-3/+34
* [clang-tidy] google-runtime-int: made the matcher more restricting, added a t...Alexander Kornienko2015-09-161-1/+1
* [clang-tidy] Make google-runtime-int configurable.Alexander Kornienko2015-09-161-1/+14
* Disable clang-tidy Google checkers when not compiling in C++ mode. None of th...Aaron Ballman2015-09-021-6/+3
* [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...Alexander Kornienko2015-03-051-0/+2
* [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* [clang-tidy] google-runtime-int: Don't check C code.Alexander Kornienko2014-12-081-0/+4
* Remove unused AST matcher.Benjamin Kramer2014-09-021-5/+0
* Try to fix test on msvc and 32 bit hosts.Benjamin Kramer2014-08-291-1/+1
* [clang-tidy] Add a checker that suggests replacing short/long/long long with ...Benjamin Kramer2014-08-291-0/+103