summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/salbool.cxx
AgeCommit message (Expand)Author
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann
2019-11-08Use more efficient NamedDecl::getNameStephan Bergmann
2019-10-08better name for a function in compilerpluginsLuboš Luňák
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann
2018-08-14filter out some of the AST in the pluginsNoel Grandin
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann
2018-07-06compilerplugins: try to make these work with icecreamMichael Stahl
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-09-11More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann
2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann
2017-01-16Use compat::isLookupContextStephan Bergmann
2017-01-05Don't exclude a var from loplugin:salbool merely because of use in >>=Stephan Bergmann
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann
2016-10-18loplugins: extract some common functionalityNoel Grandin
2016-10-01Fix typosAndrea Gelmini
2016-07-11loplugin:salbool: Better heuristic to determine code shared between C and C++Stephan Bergmann
2016-06-29Remove support for Clang < 3.4Stephan Bergmann
2016-06-29Remove support for Clang < 3.3Stephan Bergmann
2016-06-28More Clang 3.4 "(anonymous namespace)" fixesStephan Bergmann
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann
2016-04-21Better fix for 13758a3d154e8e450fdfe8bcdeb6b3a03996c53aStephan Bergmann
2016-04-21SourceManager::isMacroArgExpansion has only one param in older ClangStephan Bergmann
2016-04-20loplugin:salbool: Warn about uses of sal_False/TrueStephan Bergmann
2016-03-08Extract checking code to its own check.cxxStephan Bergmann
2016-03-08TODO: Work around loplugin:salbool in cppu/source/uno/data.cxx for nowStephan Bergmann
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann
2015-10-30compilerplugins: fix warning message copy-pastaMichael Stahl
2015-03-28Clean up isMacroBodyExpansionStephan Bergmann
2015-02-26Adapt compilerplugins to Clang trunk towards 3.7Stephan Bergmann
2014-10-01Remove excess [%1 %2] that doesn't match any argumentsStephan Bergmann
2014-09-16...and anotherStephan Bergmann
2014-09-16Fix workaround for bug in Clang 3.2 FunctionDecl::isInlinedStephan Bergmann
2014-09-15Work around bug in Clang 3.2 FunctionDecl::isInlinedStephan Bergmann
2014-09-15loplugin:salbool env var is no longer necessary, all code is cleanStephan Bergmann
2014-09-12loplugin:salbool: exclude sal_Bool vars passed to non-const refStephan Bergmann
2014-07-02compat for Clang 3.2Stephan Bergmann
2014-07-02Make configmgr loplugin:salbool-cleanStephan Bergmann
2014-07-02loplugin:salbool: Fix handling of potentially overriding functionsStephan Bergmann
2014-07-01Activate the "suspicious cast to sal_Bool" parts of loplugin:salboolStephan Bergmann