mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 10:25:28 +00:00
Switch default to the MangleNamer.
This Cl updates all of the generators and the inspector to use the mangle namer by default. Change-Id: Id6811d76bf2475a2c2a2864fb8fc0f43e95a6e65 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/36944 Reviewed-by: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
committed by
dan sinclair
parent
a8d9755053
commit
2dc1ef47e0
@@ -48,7 +48,7 @@ Inspector::Inspector(ast::Module& module, Namer* namer)
|
||||
|
||||
Inspector::Inspector(ast::Module& module)
|
||||
: module_(module),
|
||||
namer_(new UnsafeNamer(&module)),
|
||||
namer_(new MangleNamer(&module)),
|
||||
namer_is_owned_(true) {}
|
||||
|
||||
Inspector::~Inspector() {
|
||||
|
||||
Reference in New Issue
Block a user