summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/literaltoboolconversion.cxx
Commit message (Expand)AuthorAgeFilesLines
* Clean up isMacroBodyExpansionStephan Bergmann2015-03-281-1/+1
* new clang plugin: staticmethodsNoel Grandin2015-03-271-14/+1
* Missing initializationStephan Bergmann2015-03-021-1/+1
* plugin:literaltoboolconversion: Recurse into comma operator's rhsStephan Bergmann2015-03-021-6/+15
* Don't call isIntegerConstantExpr if isValueDependentStephan Bergmann2014-12-211-2/+5
* do not warn about "null pointer conversions" from integers in C++98 modeLuboš Luňák2014-09-151-10/+6
* Add compat::isInMainFileStephan Bergmann2014-04-021-11/+5
* fix filename detection in clang pluginsLuboš Luňák2014-03-231-2/+2
* isIntegerConstantExpr is more general than IntegerLiteralStephan Bergmann2014-02-251-17/+12
* Adapt to Clang <= 3.4Stephan Bergmann2014-02-211-1/+2
* Special handling of __builtin_expect in boolean expressionsStephan Bergmann2014-02-211-7/+13
* literaltobool conversion plugin, reduce spurious warnings with clang 3.3Noel Grandin2014-01-301-1/+1
* Further fix for old Clang versionsStephan Bergmann2014-01-291-0/+9
* Fix for old Clang versionsStephan Bergmann2014-01-291-5/+35
* Clang plugin to warn about implicit conversion of literals to boolStephan Bergmann2014-01-281-0/+140