dawn-cmake/fuzzers/tint_ast_fuzzer/mutations
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
..
replace_identifier.cc ast: Keep style consistent 2021-10-15 17:33:10 +00:00
replace_identifier.h Implement AST fuzzer 2021-07-13 12:01:25 +00:00
replace_identifier_test.cc ast: Keep style consistent 2021-10-15 17:33:10 +00:00