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