summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/postfixincrementfix.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-02-02remove not needed #includeLuboš Luňák1-3/+0
2013-02-02append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák1-2/+2
2013-02-02always use the report() helperLuboš Luňák1-8/+4
2013-02-02move documentation of plugins to the .cxx filesLuboš Luňák1-0/+6
2013-02-02avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák1-0/+2
2013-01-04better handling of which files are processed by clang pluginsLuboš Luňák1-2/+1
2012-12-05Adapt to Clang 3.2Stephan Bergmann1-0/+1
2012-10-15rewriter for postfix->prefix operator++Luboš Luňák1-0/+165