llvm-project/clang-tools-extra/clang-tidy/misc
Benjamin Kramer f5847cf84c [clang-tidy] Rewrite a for-range loop in the old style.
Haven't thought that I ever needed to do this, but in this case comparing the
index using pointer arithmetic turns out to be really ugly. It also generates
nasty sign-compare warnings on 32 bit targets.

llvm-svn: 214705
2014-08-04 10:11:47 +00:00
..
ArgumentCommentCheck.cpp [clang-tidy] Rewrite a for-range loop in the old style. 2014-08-04 10:11:47 +00:00
ArgumentCommentCheck.h clang-tidy/ArgumentCommentCheck: Initializer list in non-static members is unavailable on msc17. 2014-03-18 07:22:43 +00:00
BoolPointerImplicitConversion.cpp [clang-tidy] Add a checker for implicit bool conversion of a bool*. 2014-07-11 08:08:47 +00:00
BoolPointerImplicitConversion.h [clang-tidy] Add a checker for implicit bool conversion of a bool*. 2014-07-11 08:08:47 +00:00
CMakeLists.txt [clang-tidy] Add a checker for code that looks like a delegate constructors but doesn't delegate. 2014-07-31 09:58:52 +00:00
Makefile
MiscTidyModule.cpp [clang-tidy] Add a checker for code that looks like a delegate constructors but doesn't delegate. 2014-07-31 09:58:52 +00:00
RedundantSmartptrGet.cpp Do not touch get() calls on 'this' object. 2014-04-29 13:41:23 +00:00
RedundantSmartptrGet.h Add clang-tidy check to remove redundant .get() calls on smart pointers. 2014-03-27 17:42:26 +00:00
SwappedArgumentsCheck.cpp [clang-tidy] Add a checker for swapped arguments. 2014-07-14 14:24:30 +00:00
SwappedArgumentsCheck.h [clang-tidy] Add a checker for swapped arguments. 2014-07-14 14:24:30 +00:00
UndelegatedConstructor.cpp [clang-tidy] Add a checker for code that looks like a delegate constructors but doesn't delegate. 2014-07-31 09:58:52 +00:00
UndelegatedConstructor.h [clang-tidy] Add a checker for code that looks like a delegate constructors but doesn't delegate. 2014-07-31 09:58:52 +00:00
UnusedRAII.cpp [clang-tidy] Fix a heap use-after-free bug detected by asan. 2014-07-24 08:34:42 +00:00
UnusedRAII.h Reapply r213647 with a fix. 2014-07-23 11:49:46 +00:00
UseOverride.cpp clang-tidy: [use-override] Tweak messages. 2014-07-28 07:29:29 +00:00
UseOverride.h Initial version of clang-tidy check to use override instead of virual. 2014-05-16 09:30:09 +00:00