dawn-cmake/fuzzers/tint_ast_fuzzer
Shiyu Liu 36747d7046 Remove const from GetNode return type
This is to make sure that compiler won't crash when creating data
types using the result from GetNode function from node_id_map.

Change-Id: I96fad13d3494de4808e29d6952e5e88e697f8516
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/61381
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Vasyl Teliman <vasniktel@gmail.com>
Reviewed-by: Paul Thomson <paulthomson@google.com>
Commit-Queue: Paul Thomson <paulthomson@google.com>
2021-08-11 16:43:45 +00:00
..
mutation_finders Update node_id_map & FindMutators structure 2021-08-10 16:43:15 +00:00
mutations fuzzers: Switch AST fuzzers to new generator API 2021-07-14 12:49:32 +00:00
protobufs fuzzers: Disable clang warning for clang 12 2021-07-13 20:04:51 +00:00
BUILD.gn Add gn build support for spirv-tools + AST fuzzers 2021-07-16 20:56:55 +00:00
CMakeLists.txt Run fuzzer unit tests in Kokoro 2021-08-11 14:10: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 Add robustness pass to ast and regex fuzzers 2021-08-11 13:02:45 +00:00
mt_rng.cc Implement AST fuzzer 2021-07-13 12:01:25 +00:00
mt_rng.h Implement AST fuzzer 2021-07-13 12:01:25 +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 Implement AST fuzzer 2021-07-13 12:01:25 +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
probability_context.cc Implement AST fuzzer 2021-07-13 12:01:25 +00:00
probability_context.h Implement AST fuzzer 2021-07-13 12:01:25 +00:00
random_number_generator.cc Implement AST fuzzer 2021-07-13 12:01:25 +00:00
random_number_generator.h Implement AST fuzzer 2021-07-13 12:01:25 +00:00
util.h Fix infinite loop 2021-08-07 17:33:20 +00:00