llvm-project/clang-tools-extra/clang-tidy/bugprone
Alexander Kornienko 15ea4ebbb2 [clang-tidy] bugprone-undefined-memory-manipulation: include type into the message
Having the actual type in the message helps a lot understanding warnings in templates ;)

+ fix a false negative for type aliases.

llvm-svn: 311651
2017-08-24 12:11:05 +00:00
..
BugproneTidyModule.cpp [clang-tidy] Add integer division check 2017-08-10 13:30:30 +00:00
CMakeLists.txt [clang-tidy] Add integer division check 2017-08-10 13:30:30 +00:00
IntegerDivisionCheck.cpp [clang-tidy] Add integer division check 2017-08-10 13:30:30 +00:00
IntegerDivisionCheck.h [clang-tidy] Add integer division check 2017-08-10 13:30:30 +00:00
SuspiciousMemsetUsageCheck.cpp
SuspiciousMemsetUsageCheck.h
UndefinedMemoryManipulationCheck.cpp [clang-tidy] bugprone-undefined-memory-manipulation: include type into the message 2017-08-24 12:11:05 +00:00
UndefinedMemoryManipulationCheck.h