summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/plugin.cxx
AgeCommit message (Expand)Author
2017-11-16Make checkIdenticalDefaultArguments more preciseStephan Bergmann
2017-11-16Avoid infinite loops in lopluginStephan Bergmann
2017-11-15Make checkIdenticalDefaultArguments more preciseStephan Bergmann
2017-11-14Make checkIdenticalDefaultArguments more preciseStephan Bergmann
2017-11-11loplugin:unnecessaryoverride: suppress warnings when default args differStephan Bergmann
2017-11-07Memoize ignoreLocation resultsStephan Bergmann
2017-10-27Adapt loplugin:includeform to Windows \ path separatorStephan Bergmann
2017-10-27-Werror=unused-functionStephan Bergmann
2017-10-27no need to build the parent tree twiceNoel Grandin
2017-10-27rename loplugin::Plugin::parentStmtNoel Grandin
2017-09-29Adapt loplugins to clang-cl's (implicit) -fdelayed-template-parsingStephan Bergmann
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-08gpg4libre: Remove deprecated dynamic exception specificationsSamuel Mehrbrodt
2017-03-04gpg4libre: List and view GPG keysSamuel Mehrbrodt
2016-12-18Work around problem with poor gperf-generated code under clang-clStephan Bergmann
2016-10-19Plugin::isInUnoIncludeFile should not cover WORKDIRStephan Bergmann
2016-10-18loplugins: extract some common functionalityNoel Grandin
2016-09-27clang plugins: do "dotdot" normalisationNoel Grandin
2016-09-22Check harder whether file is really under WORKDIRStephan Bergmann
2016-06-29Remove support for Clang < 3.4Stephan Bergmann
2016-06-28loplugin: move parentFunctionDecl() into common codeNoel Grandin
2016-04-18Ignore external codeStephan Bergmann
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-01-11update unusedmethods loplugin to update unused return valuesNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-06-22Add variadic PartialWeakComponentImplHelper, remove need for implbase_var.hxxStephan Bergmann
2015-06-22Fix for BUILDDIR != SRCDIRStephan Bergmann
2014-06-24compilerplugins: move isUnoIncludeFile to base classNoel Grandin
2014-02-27Remove visual noise from compilerpluginsAlexander Wilms
2014-02-21ParentBuilder needs support for ObjCMethodDeclStephan 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
2014-01-10compilerplugins: ignore WORKDIR codeStephan Bergmann
2013-10-31solver doesn't solve anything...Michael Stahl
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-08-21warn when rewriter should modify something involving a macroLuboš Luňák
2013-08-21helper for getting location after current tokenLuboš Luňák
2013-08-21update/rework the Rewriter wrapper functionsLuboš Luňák
2013-08-06error: cannot use dynamic_cast with -fno-rttiStephan Bergmann
2013-07-15fix finding all parents for AST nodesLuboš Luňák
2013-06-20make it easy to get a parent of an AST nodeLuboš Luňák
2013-05-31make compiler plugin warnings follow WaELuboš Luňák
2013-05-06check for double modifications in compiler pluginsLuboš Luňák
2013-05-06Revert "ignore already seen locations in compiler plugins"Luboš Luňák
2013-05-06ignore already seen locations in compiler pluginsLuboš Luňák