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