summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/literaltoboolconversion.cxx
AgeCommit message (Expand)Author
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-03-28Clean up isMacroBodyExpansionStephan Bergmann
2015-03-27new clang plugin: staticmethodsNoel Grandin
2015-03-02Missing initializationStephan Bergmann
2015-03-02plugin:literaltoboolconversion: Recurse into comma operator's rhsStephan Bergmann
2014-12-21Don't call isIntegerConstantExpr if isValueDependentStephan Bergmann
2014-09-15do not warn about "null pointer conversions" from integers in C++98 modeLuboš Luňák
2014-04-02Add compat::isInMainFileStephan Bergmann
2014-03-23fix filename detection in clang pluginsLuboš Luňák
2014-02-25isIntegerConstantExpr is more general than IntegerLiteralStephan Bergmann
2014-02-21Adapt to Clang <= 3.4Stephan Bergmann
2014-02-21Special handling of __builtin_expect in boolean expressionsStephan Bergmann
2014-01-30literaltobool conversion plugin, reduce spurious warnings with clang 3.3Noel Grandin
2014-01-29Further fix for old Clang versionsStephan Bergmann
2014-01-29Fix for old Clang versionsStephan Bergmann
2014-01-28Clang plugin to warn about implicit conversion of literals to boolStephan Bergmann