dawn-cmake/src
Ben Clayton 962d46ec56 Fixup all doxygen warnings
No idea why the operator<<() functions have started moaning now.

Change-Id: I338b96c53888f4ddb8e42283a6dcda7708e567f0
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/47431
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
2021-04-09 16:51:38 +00:00
..
ast Fixup all doxygen warnings 2021-04-09 16:51:38 +00:00
diagnostic wgsl: Deprecate '-> void' on functions 2021-04-08 14:39:47 +00:00
inspector [inspector] Add support for new entry point IO syntax 2021-04-08 22:41:08 +00:00
reader [ast] Add helpers for searching a decoration list 2021-04-08 21:53:27 +00:00
resolver semantic: Add Function::Parameters(), MemberAccessorExpression subtypes 2021-04-09 13:56:08 +00:00
semantic Fixup all doxygen warnings 2021-04-09 16:51:38 +00:00
transform transform: Reimplement FirstIndexOffset 2021-04-09 16:19:48 +00:00
type type::Type: fix weird formatting 2021-04-07 12:48:01 +00:00
utils CloneContext: Don't create named symbols from unnamed 2021-04-07 11:16:01 +00:00
writer semantic: Add Function::Parameters(), MemberAccessorExpression subtypes 2021-04-09 13:56:08 +00:00
BUILD.gn Remove validator.h 2021-04-09 13:26:38 +00:00
CMakeLists.txt Remove validator.h 2021-04-09 13:26:38 +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 CloneContext: Don't create named symbols from unnamed 2021-04-07 11:16:01 +00:00
clone_context.h CloneContext: Fix CloneWithoutTransform() 2021-04-08 14:47:37 +00:00
clone_context_test.cc CloneContext: Fix CloneWithoutTransform() 2021-04-08 14:47:37 +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 Speed up intrinsic table registration 2021-04-07 20:35:11 +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 hlsl/writer: Transpose matrices 2021-04-07 15:54:11 +00:00
program_builder.h transform: Reimplement FirstIndexOffset 2021-04-09 16:19:48 +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 CloneContext: Don't create named symbols from unnamed 2021-04-07 11:16:01 +00:00
symbol_table.h CloneContext: Don't create named symbols from unnamed 2021-04-07 11:16:01 +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