dawn-cmake/fuzzers/tint_ast_fuzzer
Ben Clayton 4f3ff57c28 ast: Keep style consistent
Methods and functions are `CamelCase()`
Public fields are `snake_case` with no trailing `_`
Private fields are `snake_case` with a trailing `_`

Remove pointless getters on fully immutable fields.
They provide no value, and just add `()` noise on use.

Remove unused methods.

Bug: tint:1231
Change-Id: If32efd039df48938efd5bc2186d51fe4853e9840
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/66600
Reviewed-by: David Neto <dneto@google.com>
Commit-Queue: Ben Clayton <bclayton@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
2021-10-15 17:33:10 +00:00
..
mutation_finders Update node_id_map & FindMutators structure 2021-08-10 16:43:15 +00:00
mutations ast: Keep style consistent 2021-10-15 17:33:10 +00:00
protobufs fuzzers: Disable clang warning for clang 12 2021-07-13 20:04:51 +00:00
BUILD.gn Unify fuzzer random number generation into a single class 2021-09-03 00:59:35 +00:00
CMakeLists.txt Unify fuzzer random number generation into a single class 2021-09-03 00:59:35 +00:00
cli.cc Fix AST fuzzer message serialization 2021-07-16 17:50:04 +00:00
cli.h Fix AST fuzzer message serialization 2021-07-16 17:50:04 +00:00
fuzzer.cc Update remaining fuzzers to use TransforBuilder 2021-10-05 19:19:26 +00:00
mutation.cc fuzzers: Fix function not returning a value warning 2021-07-19 09:35:19 +00:00
mutation.h Implement AST fuzzer 2021-07-13 12:01:25 +00:00
mutation_finder.cc Implement AST fuzzer 2021-07-13 12:01:25 +00:00
mutation_finder.h Update node_id_map & FindMutators structure 2021-08-10 16:43:15 +00:00
mutator.cc Update node_id_map & FindMutators structure 2021-08-10 16:43:15 +00:00
mutator.h Unify fuzzer random number generation into a single class 2021-09-03 00:59:35 +00:00
node_id_map.cc Remove const from GetNode return type 2021-08-11 16:43:45 +00:00
node_id_map.h Remove const from GetNode return type 2021-08-11 16:43:45 +00:00
override_cli_params.h Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +00:00
probability_context.cc Unify fuzzer random number generation into a single class 2021-09-03 00:59:35 +00:00
probability_context.h Unify fuzzer random number generation into a single class 2021-09-03 00:59:35 +00:00
tint_ast_fuzzer.cc Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +00:00
tint_ast_hlsl_writer_fuzzer.cc Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +00:00
tint_ast_msl_writer_fuzzer.cc Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +00:00
tint_ast_spv_writer_fuzzer.cc Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +00:00
tint_ast_wgsl_writer_fuzzer.cc Fuzzers: Avoid passing target backend as parameter 2021-08-31 22:07:17 +00:00
util.h ast: Keep style consistent 2021-10-15 17:33:10 +00:00