ta name='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/compilerplugins/Makefile-clang.mk
AgeCommit message (Expand)Author
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