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