summaryrefslogtreecommitdiff
path: root/compilerplugins/Makefile-clang.mk
AgeCommit message (Expand)AuthorFilesLines
2019-10-21Don't invoke the linker when generating pch filesStephan Bergmann1-2/+2
2019-10-18Properly handle comma in CLANGFLAGSStephan Bergmann1-1/+1
2019-10-15use PCH for clang plugin source too, if enabledLuboš Luňák1-1/+40
2019-10-09fix compilerplugins makefile typoLuboš Luňák1-1/+1
2019-10-08My Windows clang-cl build still doesn't use LO_CLANG_SHARED_PLUGINSStephan Bergmann1-1/+2
2019-10-08More generated files to take care ofStephan Bergmann1-0/+2
2019-10-07try to autodetect flags needed to build Clang pluginsLuboš Luňák1-29/+20
2019-10-07generate make dependencies also for clang.pchLuboš Luňák1-2/+6
2019-10-06the PCH in compilerplugins should also depend on the MakefileLuboš Luňák1-1/+1
2019-09-20rebuild sharedvisitor.cxx if any of its sources disappearsLuboš Luňák1-0/+22
2019-09-17Fix compilerplugins for macOS againStephan Bergmann1-2/+3
2019-09-11Adapt compilerplugins.cleanStephan Bergmann1-1/+10
2019-09-06make clangplugin analyzer use internally a PCH to speed things upLuboš Luňák1-2/+25
2019-09-06split clangplugins sharedvisitor generator into two stepsLuboš Luňák1-31/+56
2019-08-30adapt to runToolOnCodeWithArgs API change in clang 10Noel Grandin1-1/+1
2019-08-15LLVM trunk requires C++14 nowStephan Bergmann1-0/+2
2019-07-16macOS ld doesn't know --rpathStephan Bergmann1-1/+1
2019-06-25help compilerplugins generator find clang shared libs, if neededLuboš Luňák1-0/+6
2019-06-25do not use -g unconditionally for building the clang pluginLuboš Luňák1-4/+18
2019-05-27fix compilerplugin rebuilding when system clang changesLuboš Luňák1-2/+4
2019-05-27sharedvisitor generator should also be rebuilt if clang changesLuboš Luňák1-0/+2
2019-05-23Avoid putting generator.dwo in current working dirStephan Bergmann1-1/+4
2019-05-20use -gsplit-dwarf also for compilerplugins if possibleLuboš Luňák1-0/+4
2019-03-27Disable LO_CLANG_SHARED_PLUGINS on Windows for nowStephan Bergmann1-0/+4
2019-03-23Consistently make generator invocation $(QUIET) tooStephan Bergmann1-1/+1
2019-03-22Allow to pass additional options into generator's clang::toolingStephan Bergmann1-1/+3
2019-03-18It is building the generator exe that depends on $(CLANGOUTDIR)/sharedvisitorStephan Bergmann1-3/+2
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák1-1/+47
2019-02-18make Makefile-clang.mk also use gb_Output_announceLuboš Luňák1-3/+6
2019-02-18make uninteresting code in clang's makefile to the uninteresting partLuboš Luňák1-10/+10
2017-12-06Remove CXXFLAGS_CXX11 from Clang plugin compilationStephan Bergmann1-11/+5
2017-09-30Support loplugin in clang-clStephan Bergmann1-8/+62
2017-05-16Also filter out flags like -fsanitize-address-globals-dead-strippingStephan Bergmann1-1/+1
2016-06-30Explain usage of -isystem instead of -IStephan Bergmann1-1/+2
2016-06-30Who needs that $(CLANGDIR)/tools/clang/include anyway?Stephan Bergmann1-2/+1
2016-06-29compilerplugins: -isystem /usr/include breaks the buildMichael Stahl1-1/+2
2016-02-26New COMPILER_PLUGINS_CXX to specify compiler to build Clang plugins withStephan Bergmann1-2/+6
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann1-1/+1
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud1-1/+1
2014-05-22Filter out all -fsanitize= args when building compilerpluginsStephan Bergmann1-1/+1
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-09compilerplugins/clang: filter out -fsanitize=addressStephan Bergmann1-1/+1
2014-02-25Drop CLANGBUILD in addition to CLANGDIRStephan Bergmann1-2/+2
2014-02-21Allow building compilerplugins/clang on Mac OS XStephan Bergmann1-1/+5
2014-02-20EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""Matúš Kukan1-1/+1
2014-01-10compilerplugins: strip out -m32/-m64 from CXXMichael Stahl1-2/+3
2013-08-05clang binary is in clang build directory, not with its sourcesLuboš Luňák1-1/+1
2013-06-13work around the C++11 __float128 problem with libstdc++ headers and clangLuboš Luňák1-1/+1
2013-06-05Ignore warnings in Clang headersStephan Bergmann1-1/+1
2013-05-31obey --enable-werror when building clang pluginLuboš Luňák1-1/+5