summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/plugin.hxx
Commit message (Expand)AuthorAgeFilesLines
* Adapt new code to getLocStart renameStephan Bergmann2018-08-141-2/+2
* filter out some of the AST in the pluginsNoel Grandin2018-08-141-0/+26
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-101-1/+2
* compilerplugins: try to make these work with icecreamMichael Stahl2018-07-061-0/+3
* Revert "Allow compiler plugins for online"Stephan Bergmann2018-03-231-4/+0
* improve loplugin rewriter double source modification detectionNoel Grandin2018-02-101-0/+1
* Allow compiler plugins for onlinePranav Kant2017-12-211-0/+4
* New --enable-compiler-plugins=debug modeStephan Bergmann2017-12-081-0/+2
* loplugin:unnecessaryoverride: suppress warnings when default args differStephan Bergmann2017-11-111-0/+6
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-3/+0
* Memoize ignoreLocation resultsStephan Bergmann2017-11-071-17/+21
* Adapt loplugin:includeform to Windows \ path separatorStephan Bergmann2017-10-271-4/+4
* revert small part of previous commitNoel Grandin2017-10-271-3/+2
* extract some common code for checking if a functions address was takenNoel Grandin2017-10-271-2/+3
* no need to build the parent tree twiceNoel Grandin2017-10-271-2/+0
* rename loplugin::Plugin::parentStmtNoel Grandin2017-10-271-3/+3
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* make oncevar plugin ignore methods with #ifdef-eryNoel Grandin2017-07-221-0/+3
* reformat some loplugin codeNoel Grandin2017-06-201-126/+115
* loplugin:unusedfields fix false positiveNoel Grandin2017-06-201-0/+2
* Refuse to rewrite in workdirStephan Bergmann2017-05-181-0/+1
* Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann2017-05-181-0/+8
* Fix typosAndrea Gelmini2017-03-251-1/+1
* loplugins: extract some common functionalityNoel Grandin2016-10-181-0/+1
* clang plugins: do "dotdot" normalisationNoel Grandin2016-09-271-0/+2
* loplugin: move parentFunctionDecl() into common codeNoel Grandin2016-06-281-0/+1
* cppcheck: silence warnings in compilerpluginsJochen Nitschke2016-04-271-1/+1
* That #if for Clang < 3.2 is probably good to go by nowStephan Bergmann2016-02-261-4/+0
* compilerplugins: move isUnoIncludeFile to base classNoel Grandin2014-06-241-0/+5
* Remove visual noise from compilerpluginsAlexander Wilms2014-02-271-2/+0
* Handle ImplicitCastExpr w/ invalid loc from Objective C codeStephan Bergmann2014-02-211-1/+3
* Don't attempt to actually do double code removalsStephan Bergmann2014-02-201-3/+1
* const improvementStephan Bergmann2014-02-141-1/+1
* Prepare dual-mode compiler plugin featureStephan Bergmann2014-01-271-21/+24
* add mode lines to new files (and idls) since last runCaolán McNamara2013-09-221-0/+3
* helper for getting location after current tokenLuboš Luňák2013-08-211-0/+2
* update/rework the Rewriter wrapper functionsLuboš Luňák2013-08-211-20/+43
* error: cannot use dynamic_cast with -fno-rttiStephan Bergmann2013-08-061-2/+3
* make it easy to get a parent of an AST nodeLuboš Luňák2013-06-201-0/+9
* check for double modifications in compiler pluginsLuboš Luňák2013-05-061-0/+2
* Revert "ignore already seen locations in compiler plugins"Luboš Luňák2013-05-061-1/+0
* ignore already seen locations in compiler pluginsLuboš Luňák2013-05-061-0/+1
* Fix handling range in removeText().Luboš Luňák2013-05-061-1/+1
* pass around CompilerInstance rather than ASTContextLuboš Luňák2013-03-281-12/+13
* Fixed compilation error of Clang plugins on Ubuntu/MintMarc-André Laverdière2013-02-111-0/+2
* remove not needed #includeLuboš Luňák2013-02-021-0/+1
* always use the report() helperLuboš Luňák2013-02-021-1/+3
* avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák2013-02-021-0/+71
* do not set our clang timestamp to the timestamp of the clang binaryLuboš Luňák2013-01-061-0/+2
* support for removing a statement as a wholeLuboš Luňák2013-01-041-3/+25