summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/postfixincrementfix.hxx
Commit message (Expand)AuthorAgeFilesLines
* Move plain rewriters to store/ (so they don' get built needlessly)Stephan Bergmann2014-02-251-39/+0
* Prepare dual-mode compiler plugin featureStephan Bergmann2014-01-271-1/+1
* add mode lines to new files (and idls) since last runCaolán McNamara2013-09-221-0/+2
* simplify postfixincrementfix plugin using parentStmt()Luboš Luňák2013-06-201-7/+4
* mark all virtuals in the clang plugin as overrideLuboš Luňák2013-05-311-1/+1
* add constLuboš Luňák2013-05-021-1/+1
* pass around CompilerInstance rather than ASTContextLuboš Luňák2013-03-281-1/+1
* -Wextra for compiler pluginsLuboš Luňák2013-03-281-1/+1
* avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák2013-02-021-1/+1
* rewriter for postfix->prefix operator++Luboš Luňák2012-10-151-0/+40