dawn-cmake/fuzzers/tint_ast_fuzzer
Ryan Harrison d21ebe74bd Suppress "Wreserved-identifier" for the AST Fuzzer
This is a check that has been added to newer versions of clang and is
tripping for me locally. The actual issue is in code being generated
by protobuf.

Updating protobufs has cross-dependency issues with spriv-tools, so is
non-trivial. There is already a special case suppression for internal
protobuf issues, so I am just adding to the carve out.

BUG=tint:1419

Change-Id: I3ecd111a778fb4c65a113382ded8d6160deab462
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/79841
Auto-Submit: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
2022-02-08 21:37:56 +00:00
..
mutation_finders Update node_id_map & FindMutators structure 2021-08-10 16:43:15 +00:00
mutations wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
protobufs Suppress "Wreserved-identifier" for the AST Fuzzer 2022-02-08 21:37:56 +00:00
BUILD.gn Add tests for fuzzers::RandomGenerator 2021-11-24 14:55:05 +00:00
CMakeLists.txt Add tests for fuzzers::RandomGenerator 2021-11-24 14:55:05 +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 Refactor Inspector fuzzing 2021-10-20 05:01:03 +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 Make all ast and sem pointers const 2021-10-19 18:38:54 +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 Make all ast and sem pointers const 2021-10-19 18:38:54 +00:00
node_id_map.h Make all ast and sem pointers const 2021-10-19 18:38:54 +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 Rework Resolver so that we construct semantic types in a single pass. 2021-11-05 16:51:38 +00:00