summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/literaltoboolconversion.cxx
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wdeprecated-declarationsStephan Bergmann2023-12-181-4/+3
* Bump compiler plugins Clang baseline to 12.0.1Stephan Bergmann2022-02-171-12/+12
* Adapt compilerplugins to LLVM 13 APSInt::toString changeStephan Bergmann2021-06-141-1/+1
* Adapt to Clang 12 trunk Expr::getIntegerConstantExpressionStephan Bergmann2020-07-281-28/+30
* Revert "simplify sharedplugin PostTraverse calls"Noel Grandin2019-07-171-3/+4
* make some plugins used the shared frameworkNoel Grandin2019-07-171-5/+18
* filter out some of the AST in the pluginsNoel Grandin2018-08-141-3/+2
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-101-10/+10
* Adapt to Clang trunk SourceManager::getImmediateExpansionRange changesStephan Bergmann2018-05-041-2/+2
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-1/+1
* Disambiguate clang::StringLiteralStephan Bergmann2016-12-141-2/+2
* loplugin:literaltoboolconversion: Better heuristic...Stephan Bergmann2016-07-111-3/+30
* Remove support for Clang < 3.4Stephan Bergmann2016-06-291-2/+1
* Remove support for Clang < 3.3Stephan Bergmann2016-06-291-1/+1
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-4/+4
* Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-42/+63
* 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