summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/pluginhandler.hxx
Commit message (Expand)AuthorAgeFilesLines
* make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák2019-03-121-1/+2
* Restrict Developer Toolset to Config=linux_gcc_release_64Stephan Bergmann2018-11-251-1/+1
* compilerplugins: try to make these work with icecreamMichael Stahl2018-07-061-0/+1
* Revert "Allow compiler plugins for online"Stephan Bergmann2018-03-231-2/+0
* fix loplugin rewriter source range checkingNoel Grandin2018-02-121-1/+1
* improve loplugin rewriter double source modification detectionNoel Grandin2018-02-101-2/+5
* Allow compiler plugins for onlinePranav Kant2017-12-211-0/+2
* Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann2017-12-191-4/+0
* New --enable-compiler-plugins=debug modeStephan Bergmann2017-12-081-0/+2
* Memoize ignoreLocation resultsStephan Bergmann2017-11-071-3/+23
* Fully ignore inappropriately named loplugins in unit-test modeStephan Bergmann2017-10-201-0/+1
* reformat some loplugin codeNoel Grandin2017-06-201-28/+28
* loplugin:unusedfields fix false positiveNoel Grandin2017-06-201-1/+1
* only unit-test one loplugin at a timeNoel Grandin2017-06-191-0/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* Enable Clang plugin warnings in Bison source codeStephan Bergmann2016-04-261-0/+1
* These version checks are about the Clang the plugins are built /against/Stephan Bergmann2016-02-261-1/+1
* Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann2014-08-111-0/+5
* Don't attempt to actually do double code removalsStephan Bergmann2014-02-201-0/+4
* Run the non-rewriter plugins even when rewriters are specifiedStephan Bergmann2014-02-171-1/+1
* Prepare dual-mode compiler plugin featureStephan Bergmann2014-01-271-1/+4
* add mode lines to new files (and idls) since last runCaolán McNamara2013-09-221-0/+3
* error: cannot use dynamic_cast with -fno-rttiStephan Bergmann2013-08-061-1/+1
* mark all virtuals in the clang plugin as overrideLuboš Luňák2013-05-311-1/+1
* pass around CompilerInstance rather than ASTContextLuboš Luňák2013-03-281-3/+3
* make it possible to limit what files will be modified by a compiler pluginLuboš Luňák2013-02-091-0/+3
* always use the report() helperLuboš Luňák2013-02-021-0/+2
* avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák2013-02-021-23/+2
* move plugin handling to separate source filesLuboš Luňák2013-02-021-0/+73