summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess')
0 files changed, 0 insertions, 0 deletions
sion.cxx?id=b6d0ca04581eae01817aac18d32a312bc9a2d514'>The Clang RecursiveASTVisitor change is already in Clang 11Stephan Bergmann 2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann 2020-07-19Adapt to Clang 12 trunk RecursiveASTVisitor changeStephan Bergmann 2019-11-26Adapt to clang::MaterializeTemporaryExpr::GetTemparyExpr renameStephan Bergmann 2019-11-26loplugin:implicitboolconversion: Filter out bool -> std::atomic<bool>Stephan Bergmann 2019-11-18Missing includesStephan Bergmann 2019-10-07fix various warnings in compilerpluginsLuboš Luňák 2018-11-30Make some loplugin:implicitboolconversion code use TypeCheckStephan Bergmann 2018-10-01implicitboolconversion: ignore quint64 bitfieldJan-Marek Glogowski 2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov 2018-08-14filter out some of the AST in the pluginsNoel Grandin 2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann 2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann 2017-12-15Try even harder to get at template args in loplugin:implicitboolconversionStephan Bergmann 2017-11-25Use the canonical TemplateDeclStephan Bergmann 2017-11-07Clean away temporarily added using declarationsStephan Bergmann 2017-10-26Make loplugin:implicitboolconversion find the same in C++17 and pre-C++17Stephan Bergmann 2017-10-26Use compat::getSubExprAsWritten; clean upStephan Bergmann 2017-09-11More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann 2016-12-22Also don't warn for plain C codeStephan Bergmann 2016-06-29Remove support for Clang < 3.3Stephan Bergmann 2016-06-28More Clang 3.4 "(anonymous namespace)" fixesStephan Bergmann 2016-06-28Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann 2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann 2016-04-27cppcheck: silence warnings in compilerpluginsJochen Nitschke 2016-04-21Use Sequence ctor taking initializer_listStephan Bergmann 2016-04-20Use cast to bool to normalize sal_Bool valuesStephan Bergmann 2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann 2016-01-05Adapt loplugin:implicitboolconversion to changes in Clang trunk towards 3.8Stephan Bergmann 2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni