summaryrefslogtreecommitdiffstats
path: root/compilerplugins/Makefile-clang.mk
Commit message (Expand)AuthorAgeFilesLines
* Build compilerplugings code with -fvisibility-inlines-hiddenStephan Bergmann2021-01-201-1/+1
* Add --disable-compiler-plugins-analyzer-pch for Jenkins/linux_clang_dbgutil_64Stephan Bergmann2020-03-091-5/+2
* Fix typoAndrea Gelmini2020-02-171-1/+1
* Prevent -Werror,-Wunknown-warning-option when building compilerpluginsStephan Bergmann2020-02-141-0/+8
* sort compilerplugin sourcesLuboš Luňák2020-02-101-2/+2
* use -Xclang -fno-pch-timestamp also for Clang PCH in compilerpluginsLuboš Luňák2019-11-251-1/+3
* Don't invoke the linker when generating pch filesStephan Bergmann2019-10-211-2/+2
* Properly handle comma in CLANGFLAGSStephan Bergmann2019-10-181-1/+1
* use PCH for clang plugin source too, if enabledLuboš Luňák2019-10-151-1/+40
* fix compilerplugins makefile typoLuboš Luňák2019-10-091-1/+1
* My Windows clang-cl build still doesn't use LO_CLANG_SHARED_PLUGINSStephan Bergmann2019-10-081-1/+2
* More generated files to take care ofStephan Bergmann2019-10-081-0/+2
* try to autodetect flags needed to build Clang pluginsLuboš Luňák2019-10-071-29/+20
* generate make dependencies also for clang.pchLuboš Luňák2019-10-071-2/+6
* the PCH in compilerplugins should also depend on the MakefileLuboš Luňák2019-10-061-1/+1
* rebuild sharedvisitor.cxx if any of its sources disappearsLuboš Luňák2019-09-201-0/+22
* Fix compilerplugins for macOS againStephan Bergmann2019-09-171-2/+3
* Adapt compilerplugins.cleanStephan Bergmann2019-09-111-1/+10
* make clangplugin analyzer use internally a PCH to speed things upLuboš Luňák2019-09-061-2/+25
* split clangplugins sharedvisitor generator into two stepsLuboš Luňák2019-09-061-31/+56
* adapt to runToolOnCodeWithArgs API change in clang 10Noel Grandin2019-08-301-1/+1
* LLVM trunk requires C++14 nowStephan Bergmann2019-08-151-0/+2
* macOS ld doesn't know --rpathStephan Bergmann2019-07-161-1/+1
* help compilerplugins generator find clang shared libs, if neededLuboš Luňák2019-06-251-0/+6
* do not use -g unconditionally for building the clang pluginLuboš Luňák2019-06-251-4/+18
* 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