summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/plugin.hxx
AgeCommit message (Expand)Author
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
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
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-06-20make it easy to get a parent of an AST nodeLuboš 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
2013-05-06Fix handling range in removeText().Luboš Luňák
2013-03-28pass around CompilerInstance rather than ASTContextLuboš Luňák
2013-02-11Fixed compilation error of Clang plugins on Ubuntu/MintMarc-André Laverdière
2013-02-02remove not needed #includeLuboš Luňák
2013-02-02always use the report() helperLuboš Luňák
2013-02-02avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák
2013-01-06do not set our clang timestamp to the timestamp of the clang binaryLuboš Luňák
2013-01-04support for removing a statement as a wholeLuboš Luňák
2012-12-05Adapt to Clang 3.2Stephan Bergmann
2012-10-15convenience functions for source rewritersLuboš Luňák
2012-10-15support for compiler rewritersLuboš Luňák