summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/pluginhandler.cxx
AgeCommit message (Expand)Author
2014-08-11Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann
2014-02-27Remove visual noise from compilerpluginsAlexander Wilms
2014-02-25...but Flags parameter was plain unsigned int prior to Clang 3.4Stephan Bergmann
2014-02-25raw_fd_ostream Flags parameter no longer defaultedStephan Bergmann
2014-02-20Don't attempt to actually do double code removalsStephan Bergmann
2014-02-17Run the non-rewriter plugins even when rewriters are specifiedStephan Bergmann
2014-01-31clang::DiagnosticsEnginge::getCustomDiagID now needs a literal FormatStringStephan Bergmann
2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann
2013-10-31solver doesn't solve anything...Michael Stahl
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-08-21prevent crash when rewriting sourceLuboš Luňák
2013-08-06error: cannot use dynamic_cast with -fno-rttiStephan Bergmann
2013-06-05Adapt UPDATE_FILES=<module> to headers being moved to include/Stephan Bergmann
2013-04-04don't explicitly delete PPCallbacks-based compiler plugin actionsLuboš Luňák
2013-03-28pass around CompilerInstance rather than ASTContextLuboš Luňák
2013-03-28-Wextra for compiler pluginsLuboš Luňák
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-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