Commit 3377ae2f authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll Tint from 74023424daa4 to 4735f01193b8 (20 revisions)

https://dawn.googlesource.com/tint.git/+log/74023424daa4..4735f01193b8

2020-11-03 rharrison@chromium.org Move diagnostic/printer.h into the public API
2020-11-03 bclayton@google.com formatter: Remove colon line prefix with no source
2020-11-03 bclayton@google.com diagnostic/printer: Print newline at end of tests
2020-11-03 bclayton@google.com Fix all warnings when building with CMake + clang
2020-11-03 rharrison@chromium.org Add tests for MinBufferBindingSize
2020-11-03 dsinclair@chromium.org Fixup lint errors.
2020-11-03 bclayton@google.com Add test for bad function attribute
2020-11-03 bclayton@google.com Have tint executable use the diagnostic printer
2020-11-02 bclayton@google.com Make Formatter a non-interface
2020-11-02 dsinclair@chromium.org [spirv-writer] Generate load in Unary Op generation.
2020-11-02 bclayton@google.com Implement diagnostic color printing
2020-11-02 bclayton@google.com Fix all doxygen warnings
2020-11-02 bclayton@google.com Remove Parser constructors that take a string
2020-11-02 dsinclair@chromium.org Make doxygen happy.
2020-11-02 bclayton@google.com Use the new diagnostics for wgsl the parser
2020-11-02 dneto@google.com spirv-reader: support scalar spec constants
2020-11-02 bclayton@google.com Add tint::diag namespace for diagnostics
2020-11-02 bclayton@google.com Produce end ranges for tokens and AST nodes
2020-11-02 bclayton@google.com Rm line() & column() from wsgl::Token & ast::Node
2020-11-02 bclayton@google.com Remove tint::Source(size_t, size_t) constructor

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/tint-chromium-autoroll
Please CC cwallez@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md

Bug: None
Tbr: cwallez@google.com
Change-Id: I3957366127fe28170940d35cc2e0cee0527e139c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518071Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#823715}
parent 675d52bb
...@@ -368,7 +368,7 @@ vars = { ...@@ -368,7 +368,7 @@ vars = {
'ukey2_revision': '0275885d8e6038c39b8a8ca55e75d1d4d1727f47', 'ukey2_revision': '0275885d8e6038c39b8a8ca55e75d1d4d1727f47',
# the commit queue can handle CLs rolling feed # the commit queue can handle CLs rolling feed
# and whatever else without interference from each other. # and whatever else without interference from each other.
'tint_revision': '74023424daa48c7145739a3b3838e171dbbf2457', 'tint_revision': '4735f01193b87951d66cbd3bda061f8c0106437b',
# TODO(crbug.com/941824): The values below need to be kept in sync # TODO(crbug.com/941824): The values below need to be kept in sync
# between //DEPS and //buildtools/DEPS, so if you're updating one, # between //DEPS and //buildtools/DEPS, so if you're updating one,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment