summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2013-06-13fix plugin build with clang < 3.3Luboš Luňák
2013-06-13update for PPCallbacks API changes in Clang3.3Luboš Luňák
2013-06-13mark all virtuals in the clang plugin as overrideLuboš Luňák
2013-05-06check for double modifications in compiler pluginsLuboš Luňák
2013-05-06compiler plugin for RTL_CONSTASCII_USTRINGPARAM removalLuboš Luňák
2013-05-06Revert "ignore already seen locations in compiler plugins"Luboš Luňák
2013-05-06ignore already seen locations in compiler pluginsLuboš Luňák
2013-05-06Fix handling range in removeText().Luboš Luňák
2013-05-02add constLuboš Luňák
2013-04-24Update location of log-areas.doxTor Lillqvist
2013-04-22base for unusedcode compiler pluginLuboš Luňák
2013-04-07removeforwardstringdecl clang plugin has been used, move itLuboš Luňák
2013-04-04compiler plugin to check incorrect #ifdef for config_XXX.h macrosLuboš Luňák
2013-04-04don't explicitly delete PPCallbacks-based compiler plugin actionsLuboš Luňák
2013-03-30silence compilerplugin buildPeter Foley
2013-03-28adjust unused compiler plugins for ASTContext to CompilerInstance change tooLuboš Luňák
2013-03-28pass around CompilerInstance rather than ASTContextLuboš Luňák
2013-03-28-Wextra for compiler pluginsLuboš Luňák
2013-03-19A plugin to find suboptimal equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2013-03-19Enable -std=c++11 for compilerplugins/clangStephan Bergmann
2013-02-22s/the the/the/Tor Lillqvist
2013-02-11Fixed compilation error of Clang plugins on Ubuntu/MintMarc-André Laverdière
2013-02-09make it possible to limit what files will be modified by a compiler pluginLuboš Luňák
2013-02-09fix check whether a file is in a directoryLuboš Luňák
2013-02-09treat all source files as not up to date only with FORCE_COMPILE_ALLLuboš Luňák
2013-02-07create an output dir that's already needed by $(shell ...)Luboš Luňák
2013-02-07make sure the default target for compilerplugins is buildingLuboš Luňák
2013-02-02tutorial examples for writing new Clang plugin actionsLuboš Luňák
2013-02-02a bit more reliable detection of removed/added sourcesLuboš Luňák
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 clang plugin that's no longer neededLuboš Luňák
2013-02-02move documentation of plugins to the .cxx filesLuboš Luňák
2013-02-02automatically link all .cxx files in clang/ into the pluginLuboš 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-02-01one more config/ -> config_host/ fix after the renameLuboš Luňák
2013-01-31rewriters no longer create .new files, they modify sources directlyLuboš Luňák
2013-01-11point to our wiki page on clang rather than clang homepageLuboš 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-26config_clang.hLubos Lunak