mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 18:59:21 +00:00
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:
committed by
dan sinclair
parent
1234633b32
commit
4d32be4f1b
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user