Move type/* files to sem/ directory

Bug: tint:724
Change-Id: I45d83d32dbce1fbee265810615c18219ef879b20
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/48363
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
Antonio Maiorano
2021-04-19 22:54:43 +00:00
committed by Commit Bot service account
parent 3751fd2290
commit aea9c68de9
116 changed files with 468 additions and 471 deletions

View File

@@ -18,16 +18,13 @@
#include <vector>
#include "src/sem/node.h"
#include "src/type/sampler_type.h"
#include "src/sem/sampler_type.h"
namespace tint {
namespace sem {
// Forward declarations
namespace sem {
class Type;
} // namespace sem
namespace sem {
/// Parameter describes a single parameter of a call target
struct Parameter {