Tests are subset of llvm/unittests/ADT/ArrayRefTest.cpp.
Added more members to match tests and
make class more useful.
Details
Details
- Reviewers
hctim dblaikie kstoimenov - Commits
- rGf35d0608fbd9: [test][sanitizer] Add ArrayRef tests
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/sanitizer_common/tests/sanitizer_array_ref_test.cpp | ||
---|---|---|
21 | Sanitizers (with the exception of scudo) generally use variable_name. Consider a bit work changing these to the prevailing naming convention? |
Comment Actions
Looks good to me. Have you considered adding a quick and dirty fuzz target (e.g. compiler-rt/tools/gwp_asan/options_parser_fuzzer.cpp)?
Sanitizers (with the exception of scudo) generally use variable_name. Consider a bit work changing these to the prevailing naming convention?
There aren't many unique variable names so regex replacement will help.