Remove suppressing [chromium-style] errors

Lots of little style nits needed to be fixed for this work.

BUG=tint:44

Change-Id: Ibb45d9e3f6795ee0c09f5eca994bb28e20979d97
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/19221
Reviewed-by: dan sinclair <dsinclair@google.com>
This commit is contained in:
Ryan Harrison
2020-04-09 18:52:06 +00:00
committed by dan sinclair
parent 1234633b32
commit 4d32be4f1b
122 changed files with 725 additions and 224 deletions

View File

@@ -27,6 +27,8 @@ Struct::Struct(const Source& source,
StructMemberList members)
: Node(source), decoration_(decoration), members_(std::move(members)) {}
Struct::Struct(Struct&&) = default;
Struct::~Struct() = default;
bool Struct::IsValid() const {