summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/plugin.cxx
Commit message (Expand)AuthorAgeFilesLines
* Allow compiler plugins for onlinePranav Kant2017-12-211-1/+13
* New --enable-compiler-plugins=debug modeStephan Bergmann2017-12-081-0/+11
* Make checkIdenticalDefaultArguments more preciseStephan Bergmann2017-11-161-0/+76
* Avoid infinite loops in lopluginStephan Bergmann2017-11-161-0/+1
* Make checkIdenticalDefaultArguments more preciseStephan Bergmann2017-11-151-12/+20
* Make checkIdenticalDefaultArguments more preciseStephan Bergmann2017-11-141-15/+31
* loplugin:unnecessaryoverride: suppress warnings when default args differStephan Bergmann2017-11-111-0/+69
* Memoize ignoreLocation resultsStephan Bergmann2017-11-071-42/+1
* Adapt loplugin:includeform to Windows \ path separatorStephan Bergmann2017-10-271-8/+21
* -Werror=unused-functionStephan Bergmann2017-10-271-67/+0
* no need to build the parent tree twiceNoel Grandin2017-10-271-19/+8
* rename loplugin::Plugin::parentStmtNoel Grandin2017-10-271-3/+3
* Adapt loplugins to clang-cl's (implicit) -fdelayed-template-parsingStephan Bergmann2017-09-291-1/+2
* make oncevar plugin ignore methods with #ifdef-eryNoel Grandin2017-07-221-0/+48
* reformat some loplugin codeNoel Grandin2017-06-201-95/+102
* loplugin:unusedfields fix false positiveNoel Grandin2017-06-201-0/+5
* Refuse to rewrite in workdirStephan Bergmann2017-05-181-0/+26
* Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann2017-05-181-19/+58
* gpg4libre: Remove deprecated dynamic exception specificationsSamuel Mehrbrodt2017-03-081-2/+1
* gpg4libre: List and view GPG keysSamuel Mehrbrodt2017-03-041-1/+2
* Work around problem with poor gperf-generated code under clang-clStephan Bergmann2016-12-181-2/+13
* Plugin::isInUnoIncludeFile should not cover WORKDIRStephan Bergmann2016-10-191-2/+1
* loplugins: extract some common functionalityNoel Grandin2016-10-181-0/+5
* clang plugins: do "dotdot" normalisationNoel Grandin2016-09-271-28/+33
* Check harder whether file is really under WORKDIRStephan Bergmann2016-09-221-1/+44
* Remove support for Clang < 3.4Stephan Bergmann2016-06-291-2/+1
* loplugin: move parentFunctionDecl() into common codeNoel Grandin2016-06-281-0/+27
* Ignore external codeStephan Bergmann2016-04-181-1/+2
* new loplugin: find write-only fieldsNoel Grandin2016-02-191-0/+1
* update unusedmethods loplugin to update unused return valuesNoel Grandin2016-01-111-3/+3
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-7/+7
* Add variadic PartialWeakComponentImplHelper, remove need for implbase_var.hxxStephan Bergmann2015-06-221-2/+1
* Fix for BUILDDIR != SRCDIRStephan Bergmann2015-06-221-1/+1
* compilerplugins: move isUnoIncludeFile to base classNoel Grandin2014-06-241-0/+23
* Remove visual noise from compilerpluginsAlexander Wilms2014-02-271-2/+0
* ParentBuilder needs support for ObjCMethodDeclStephan Bergmann2014-02-211-0/+15
* Don't attempt to actually do double code removalsStephan Bergmann2014-02-201-9/+17
* const improvementStephan Bergmann2014-02-141-1/+1
* Prepare dual-mode compiler plugin featureStephan Bergmann2014-01-271-36/+31
* compilerplugins: ignore WORKDIR codeStephan Bergmann2014-01-101-3/+3
* solver doesn't solve anything...Michael Stahl2013-10-311-2/+1
* add mode lines to new files (and idls) since last runCaolán McNamara2013-09-221-0/+3
* warn when rewriter should modify something involving a macroLuboš Luňák2013-08-211-0/+6
* helper for getting location after current tokenLuboš Luňák2013-08-211-1/+6
* update/rework the Rewriter wrapper functionsLuboš Luňák2013-08-211-31/+33
* error: cannot use dynamic_cast with -fno-rttiStephan Bergmann2013-08-061-2/+2
* fix finding all parents for AST nodesLuboš Luňák2013-07-151-5/+17
* make it easy to get a parent of an AST nodeLuboš Luňák2013-06-201-0/+65
* make compiler plugin warnings follow WaELuboš Luňák2013-05-311-2/+0
* check for double modifications in compiler pluginsLuboš Luňák2013-05-061-0/+15