summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/plugin.hxx
AgeCommit message (Expand)Author
2021-04-01tdf#124176 Use pragma once instead of include guardsrounak
2020-08-03Revert "Adapt to changed clang::ASTContext::getParents behavior on Clang 11 t...Stephan Bergmann
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-25Adapt to changed clang::ASTContext::getParents behavior on Clang 11 trunkStephan Bergmann
2020-05-25Code duplicationStephan Bergmann
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-02-13convert conststringvar plugin to shared infrastructreNoel Grandin
2019-12-05New loplugin:unusedmemberStephan Bergmann
2019-10-08better name for a function in compilerpluginsLuboš Luňák
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-07-17make some plugins used the shared frameworkNoel Grandin
2019-05-27fix compilerplugin rebuilding when system clang changesLuboš Luňák
2019-05-27Revert "Remove broken rebuild of compilerplugins when CLANG_FULL_VERSION..."Luboš Luňák
2019-05-10an uno -> a unoCaolán McNamara
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák
2018-12-06Remove broken rebuild of compilerplugins when CLANG_FULL_VERSION changedStephan Bergmann
2018-08-14Adapt new code to getLocStart renameStephan 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
2018-03-23Revert "Allow compiler plugins for online"Stephan Bergmann
2018-02-10improve loplugin rewriter double source modification detectionNoel Grandin
2017-12-21Allow compiler plugins for onlinePranav Kant
2017-12-08New --enable-compiler-plugins=debug modeStephan Bergmann
2017-11-11loplugin:unnecessaryoverride: suppress warnings when default args differStephan Bergmann
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-11-07Memoize ignoreLocation resultsStephan Bergmann
2017-10-27Adapt loplugin:includeform to Windows \ path separatorStephan Bergmann
2017-10-27revert small part of previous commitNoel Grandin
2017-10-27extract some common code for checking if a functions address was takenNoel Grandin
2017-10-27no need to build the parent tree twiceNoel Grandin
2017-10-27rename loplugin::Plugin::parentStmtNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-22make oncevar plugin ignore methods with #ifdef-eryNoel Grandin
2017-06-20reformat some loplugin codeNoel Grandin
2017-06-20loplugin:unusedfields fix false positiveNoel Grandin
2017-05-18Refuse to rewrite in workdirStephan Bergmann
2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2016-10-18loplugins: extract some common functionalityNoel Grandin
2016-09-27clang plugins: do "dotdot" normalisationNoel Grandin
2016-06-28loplugin: move parentFunctionDecl() into common codeNoel Grandin
2016-04-27cppcheck: silence warnings in compilerpluginsJochen Nitschke
2016-02-26That #if for Clang < 3.2 is probably good to go by nowStephan Bergmann
2014-06-24compilerplugins: move isUnoIncludeFile to base classNoel Grandin
2014-02-27Remove visual noise from compilerpluginsAlexander Wilms
2014-02-21Handle ImplicitCastExpr w/ invalid loc from Objective C codeStephan Bergmann
2014-02-20Don't attempt to actually do double code removalsStephan Bergmann
2014-02-14const improvementStephan Bergmann
2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann