summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/pluginhandler.hxx
AgeCommit message (Expand)AuthorFilesLines
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