summaryrefslogtreecommitdiffstats
path: root/compilerplugins/Makefile-clang.mk
Commit message (Expand)AuthorAgeFilesLines
* fix compilerplugin rebuilding when system clang changesLuboš Luňák2019-05-271-2/+4
* sharedvisitor generator should also be rebuilt if clang changesLuboš Luňák2019-05-271-0/+2
* Avoid putting generator.dwo in current working dirStephan Bergmann2019-05-231-1/+4
* use -gsplit-dwarf also for compilerplugins if possibleLuboš Luňák2019-05-201-0/+4
* Disable LO_CLANG_SHARED_PLUGINS on Windows for nowStephan Bergmann2019-03-271-0/+4
* Consistently make generator invocation $(QUIET) tooStephan Bergmann2019-03-231-1/+1
* Allow to pass additional options into generator's clang::toolingStephan Bergmann2019-03-221-1/+3
* It is building the generator exe that depends on $(CLANGOUTDIR)/sharedvisitorStephan Bergmann2019-03-181-3/+2
* make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák2019-03-121-1/+47
* make Makefile-clang.mk also use gb_Output_announceLuboš Luňák2019-02-181-3/+6
* make uninteresting code in clang's makefile to the uninteresting partLuboš Luňák2019-02-181-10/+10
* Remove CXXFLAGS_CXX11 from Clang plugin compilationStephan Bergmann2017-12-061-11/+5
* Support loplugin in clang-clStephan Bergmann2017-09-301-8/+62
* Also filter out flags like -fsanitize-address-globals-dead-strippingStephan Bergmann2017-05-161-1/+1
* 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