summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/plugin.cxx
AgeCommit message (Expand)Author
2013-02-02remove not needed #includeLuboš Luňák
2013-02-02append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák
2013-02-02always use the report() helperLuboš Luňák
2013-02-02move documentation of plugins to the .cxx filesLuboš Luňák
2013-02-02avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák
2013-02-02move plugin handling to separate source filesLuboš Luňák
2013-01-11fix detection whether to ignore a source file or notLuboš Luňák
2013-01-06do not set our clang timestamp to the timestamp of the clang binaryLuboš Luňák
2013-01-05I hate arbitrary integer typesLuboš Luňák
2013-01-04handle case of SRCDIR == BUILDDIRLuboš Luňák
2013-01-04rewriter plugin for removing forward rtl string declarationsLuboš Luňák
2013-01-04support for removing a statement as a wholeLuboš Luňák
2013-01-04better handling of which files are processed by clang pluginsLuboš Luňák
2012-12-26fix buildLubos Lunak
2012-12-26better error handling when writing modified sourceLubos Lunak
2012-12-05Adapt to Clang 3.2Stephan Bergmann
2012-10-15rewriter for postfix->prefix operator++Luboš Luňák
2012-10-15convenience functions for source rewritersLuboš Luňák
2012-10-15support for compiler rewritersLuboš Luňák