summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/pluginhandler.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák1-1/+2
2018-11-25Restrict Developer Toolset to Config=linux_gcc_release_64Stephan Bergmann1-1/+1
2018-07-06compilerplugins: try to make these work with icecreamMichael Stahl1-0/+1
2018-03-23Revert "Allow compiler plugins for online"Stephan Bergmann1-2/+0
2018-02-12fix loplugin rewriter source range checkingNoel Grandin1-1/+1
2018-02-10improve loplugin rewriter double source modification detectionNoel Grandin1-2/+5
2017-12-21Allow compiler plugins for onlinePranav Kant1-0/+2
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann1-4/+0
2017-12-08New --enable-compiler-plugins=debug modeStephan Bergmann1-0/+2
2017-11-07Memoize ignoreLocation resultsStephan Bergmann1-3/+23
2017-10-20Fully ignore inappropriately named loplugins in unit-test modeStephan Bergmann1-0/+1
2017-06-20reformat some loplugin codeNoel Grandin1-28/+28
2017-06-20loplugin:unusedfields fix false positiveNoel Grandin1-1/+1
2017-06-19only unit-test one loplugin at a timeNoel Grandin1-0/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2016-04-26Enable Clang plugin warnings in Bison source codeStephan Bergmann1-0/+1
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann1-1/+1
2014-08-11Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann1-0/+5
2014-02-20Don't attempt to actually do double code removalsStephan Bergmann1-0/+4
2014-02-17Run the non-rewriter plugins even when rewriters are specifiedStephan Bergmann1-1/+1
2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann1-1/+4
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara1-0/+3
2013-08-06error: cannot use dynamic_cast with -fno-rttiStephan Bergmann1-1/+1
2013-05-31mark all virtuals in the clang plugin as overrideLuboš Luňák1-1/+1
2013-03-28pass around CompilerInstance rather than ASTContextLuboš Luňák1-3/+3
2013-02-09make it possible to limit what files will be modified by a compiler pluginLuboš Luňák1-0/+3
2013-02-02always use the report() helperLuboš Luňák1-0/+2
2013-02-02avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák1-23/+2
2013-02-02move plugin handling to separate source filesLuboš Luňák1-0/+73