summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/pluginhandler.hxx
Commit message (Expand)AuthorAgeFilesLines
* 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