summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/literaltoboolconversion.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-15do not warn about "null pointer conversions" from integers in C++98 modeLuboš Luňák1-10/+6
2014-04-02Add compat::isInMainFileStephan Bergmann1-11/+5
2014-03-23fix filename detection in clang pluginsLuboš Luňák1-2/+2
2014-02-25isIntegerConstantExpr is more general than IntegerLiteralStephan Bergmann1-17/+12
2014-02-21Adapt to Clang <= 3.4Stephan Bergmann1-1/+2
2014-02-21Special handling of __builtin_expect in boolean expressionsStephan Bergmann1-7/+13
2014-01-30literaltobool conversion plugin, reduce spurious warnings with clang 3.3Noel Grandin1-1/+1
2014-01-29Further fix for old Clang versionsStephan Bergmann1-0/+9
2014-01-29Fix for old Clang versionsStephan Bergmann1-5/+35
2014-01-28Clang plugin to warn about implicit conversion of literals to boolStephan Bergmann1-0/+140