summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/pluginhandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Remove visual noise from compilerpluginsAlexander Wilms1-1/+0
2014-02-25...but Flags parameter was plain unsigned int prior to Clang 3.4Stephan Bergmann1-5/+6
2014-02-25raw_fd_ostream Flags parameter no longer defaultedStephan Bergmann1-1/+1
2014-02-20Don't attempt to actually do double code removalsStephan Bergmann1-0/+5
2014-02-17Run the non-rewriter plugins even when rewriters are specifiedStephan Bergmann1-23/+10
2014-01-31clang::DiagnosticsEnginge::getCustomDiagID now needs a literal FormatStringStephan Bergmann1-2/+3
2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann1-9/+38
2013-10-31solver doesn't solve anything...Michael Stahl1-22/+3
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara1-0/+3
2013-08-21prevent crash when rewriting sourceLuboš Luňák1-0/+2
2013-08-06error: cannot use dynamic_cast with -fno-rttiStephan Bergmann1-2/+4
2013-06-05Adapt UPDATE_FILES=<module> to headers being moved to include/Stephan Bergmann1-1/+12
2013-04-04don't explicitly delete PPCallbacks-based compiler plugin actionsLuboš Luňák1-1/+6
2013-03-28pass around CompilerInstance rather than ASTContextLuboš Luňák1-9/+9
2013-03-28-Wextra for compiler pluginsLuboš Luňák1-2/+2
2013-02-09make it possible to limit what files will be modified by a compiler pluginLuboš Luňák1-23/+78
2013-02-09fix check whether a file is in a directoryLuboš Luňák1-4/+4
2013-02-02remove not needed #includeLuboš Luňák1-1/+0
2013-02-02append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák1-6/+6
2013-02-02always use the report() helperLuboš Luňák1-17/+14
2013-02-02move documentation of plugins to the .cxx filesLuboš Luňák1-0/+4
2013-02-02avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák1-23/+64
2013-02-02move plugin handling to separate source filesLuboš Luňák1-0/+137