summaryrefslogtreecommitdiffstats
path: root/compilerplugins/Makefile-clang.mk
Commit message (Expand)AuthorAgeFilesLines
* Explain usage of -isystem instead of -IStephan Bergmann2016-06-301-1/+2
* Who needs that $(CLANGDIR)/tools/clang/include anyway?Stephan Bergmann2016-06-301-2/+1
* compilerplugins: -isystem /usr/include breaks the buildMichael Stahl2016-06-291-1/+2
* New COMPILER_PLUGINS_CXX to specify compiler to build Clang plugins withStephan Bergmann2016-02-261-2/+6
* These version checks are about the Clang the plugins are built /against/Stephan Bergmann2016-02-261-1/+1
* gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud2015-08-111-1/+1
* Filter out all -fsanitize= args when building compilerpluginsStephan Bergmann2014-05-221-1/+1
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* compilerplugins/clang: filter out -fsanitize=addressStephan Bergmann2014-05-091-1/+1
* Drop CLANGBUILD in addition to CLANGDIRStephan Bergmann2014-02-251-2/+2
* Allow building compilerplugins/clang on Mac OS XStephan Bergmann2014-02-211-1/+5
* EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""Matúš Kukan2014-02-201-1/+1
* compilerplugins: strip out -m32/-m64 from CXXMichael Stahl2014-01-101-2/+3
* clang binary is in clang build directory, not with its sourcesLuboš Luňák2013-08-051-1/+1
* work around the C++11 __float128 problem with libstdc++ headers and clangLuboš Luňák2013-06-131-1/+1
* Ignore warnings in Clang headersStephan Bergmann2013-06-051-1/+1
* obey --enable-werror when building clang pluginLuboš Luňák2013-05-311-1/+5
* reoder stuff in makefileLuboš Luňák2013-05-311-2/+2
* silence compilerplugin buildPeter Foley2013-03-301-3/+5
* -Wextra for compiler pluginsLuboš Luňák2013-03-281-1/+1
* Enable -std=c++11 for compilerplugins/clangStephan Bergmann2013-03-191-1/+1
* 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