dawn-cmake/src
Ben Clayton 90f43cf87f Replace all uses of assert() with TINT_ICE macros
Use TINT_ICE() where we have diagnostics, TINT_ASSERT() where we do not.

Change-Id: Ic6e842a7afdd957654c3461e5d03ecec7332e6f9
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/46444
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
2021-03-31 20:43:26 +00:00
..
ast Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
diagnostic Move struct validation from Validator to Resolver 2021-03-18 17:59:54 +00:00
inspector Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
reader Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
resolver Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
semantic Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
transform [hlsl-writer] Use entry point interface canonicalization transform 2021-03-31 19:15:06 +00:00
type Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
utils Add utils/hash.h 2021-03-29 15:13:55 +00:00
validator Move assignment validation from Validator to Resolver 2021-03-31 13:26:43 +00:00
writer Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
BUILD.gn Add a transform for canonicalizing entry point interfaces 2021-03-31 17:44:27 +00:00
CMakeLists.txt Add a transform for canonicalizing entry point interfaces 2021-03-31 17:44:27 +00:00
block_allocator.h Add tint::BlockAllocator<T> 2021-01-21 15:30:10 +00:00
block_allocator_test.cc Add tint::BlockAllocator<T> 2021-01-21 15:30:10 +00:00
castable.cc Pull Is() out of castable and into a new TypeInfo 2021-03-02 20:30:08 +00:00
castable.h Add CastableBase::To() overload with predicate 2021-03-15 19:55:02 +00:00
castable_test.cc Remove unusued param 2021-03-15 21:28:22 +00:00
clone_context.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
clone_context.h [spirv-writer] Handle non-struct entry point return values 2021-03-17 14:24:04 +00:00
clone_context_test.cc ast: Replace IsValid() with TINT_ASSERT() 2021-03-10 11:41:49 +00:00
debug.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
debug.h debug: Add TINT_UNIMPLEMENTED() 2021-03-17 04:55:33 +00:00
debug_test.cc Add TINT_ASSERT() 2021-03-09 13:52:18 +00:00
demangler.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
demangler.h Simplify calls to ast::Node::[to_]str() 2021-01-29 11:22:40 +00:00
demangler_test.cc Demangler: Change signature of primary Demangle() function 2021-01-26 16:57:10 +00:00
intrinsic_table.cc Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
intrinsic_table.h Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
intrinsic_table_test.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
program.cc Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
program.h Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
program_builder.cc Replace all uses of assert() with TINT_ICE macros 2021-03-31 20:43:26 +00:00
program_builder.h Add type inference support to Resolver 2021-03-31 12:46:52 +00:00
program_builder_test.cc Have ProgramBuilder::Func() register the function 2021-02-02 14:29:15 +00:00
program_test.cc ast: Replace IsValid() with TINT_ASSERT() 2021-03-10 11:41:49 +00:00
scope_stack.h Add std::hash<tint::Symbol> specialization 2021-01-11 22:02:42 +00:00
scope_stack_test.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
source.cc Source: Restructure Source::File 2021-02-18 21:40:19 +00:00
source.h Fix VS clang-cl build 2021-03-09 21:51:50 +00:00
symbol.cc Add a symbol table. 2020-12-10 16:56:02 +00:00
symbol.h Add std::hash<tint::Symbol> specialization 2021-01-11 22:02:42 +00:00
symbol_table.cc Add SymbolTable::New() 2021-02-11 14:54:41 +00:00
symbol_table.h Add SymbolTable::New() 2021-02-11 14:54:41 +00:00
symbol_table_test.cc Add SymbolTable::New() 2021-02-11 14:54:41 +00:00
symbol_test.cc Add a symbol table. 2020-12-10 16:56:02 +00:00
test_main.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
traits.h Remove all unnecessary includes 2021-03-09 11:11:17 +00:00
traits_test.cc Remove all unnecessary includes 2021-03-09 11:11:17 +00:00