summaryrefslogtreecommitdiffstats
path: root/compilerplugins/Makefile-clang.mk
Commit message (Expand)AuthorAgeFilesLines
* create an output dir that's already needed by $(shell ...)Luboš Luňák2013-02-071-1/+2
* make sure the default target for compilerplugins is buildingLuboš Luňák2013-02-071-1/+3
* a bit more reliable detection of removed/added sourcesLuboš Luňák2013-02-021-0/+4
* automatically link all .cxx files in clang/ into the pluginLuboš Luňák2013-02-021-12/+18
* move plugin handling to separate source filesLuboš Luňák2013-02-021-0/+1
* one more config/ -> config_host/ fix after the renameLuboš Luňák2013-02-011-1/+1
* do not set our clang timestamp to the timestamp of the clang binaryLuboš Luňák2013-01-061-1/+1
* rewriter plugin for removing forward rtl string declarationsLuboš Luňák2013-01-041-0/+1
* config_clang.hLubos Lunak2012-12-261-1/+1
* adjust clang plugins for srcdir != builddirLuboš Luňák2012-12-111-2/+2
* CLANGPLUGIN_CPPFLAGS did not actually workStephan Bergmann2012-12-071-6/+2
* CLANGPLUGIN_CPPFLAGS for building plugin for Clang in nonstandard locationStephan Bergmann2012-10-221-1/+1
* rewriter for postfix->prefix operator++Luboš Luňák2012-10-151-0/+1
* support for compiler rewritersLuboš Luňák2012-10-151-5/+7
* compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák2012-10-131-1/+2
* print something when compiling clang plugin tooLuboš Luňák2012-10-121-0/+2
* rebuild clang plugin when clang changesLuboš Luňák2012-10-121-1/+5
* note about (not) linking llvm/clang librariesLuboš Luňák2012-10-091-0/+4
* compiler plugin check for if/while/true bodies with possibly {} missingLuboš Luňák2012-10-091-1/+4
* compiler check for unused variablesLuboš Luňák2012-10-091-1/+1
* initial support for clang compiler pluginsLuboš Luňák2012-10-091-0/+60