This makes PickValueInArray work for std::array<T, s> (C++11). I've also tested the C++17 std::array (with compiler-deduced template parameters)
Author: MarcoFalke <falke.marco@gmail.com>
Paths
| Differential D93412
[compiler-rt] FuzzedDataProvider: Add PickValueInArray for std::array ClosedPublic Authored by MarcoFalke on Dec 16 2020, 11:09 AM.
Details Summary This makes PickValueInArray work for std::array<T, s> (C++11). I've also tested the C++17 std::array (with compiler-deduced template parameters) Author: MarcoFalke <falke.marco@gmail.com>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 16 2020, 11:20 PM Comment Actions Yes, please. I don't have commit right. Edit: For author and email you can use: Author: MarcoFalke <falke.marco@gmail.com> Comment Actions @morehouse @metzman Matt and Jonathan, could any of you please commit this? I don't have a checkout handy plus haven't figured out my current CLA situation. Comment Actions
I can merge but I think @kcc likes it if someone from dynamic tools approves before I merge changes. This revision was landed with ongoing or failed builds.Dec 30 2020, 10:28 AM Closed by commit rG70de7e0d9a95: [compiler-rt] FuzzedDataProvider: Add PickValueInArray for std::array (authored by Dor1s). Β· Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 314133 compiler-rt/include/fuzzer/FuzzedDataProvider.h
compiler-rt/lib/fuzzer/tests/FuzzedDataProviderUnittest.cpp
|
clang-tidy: error: 'gtest/gtest.h' file not found [clang-diagnostic-error]
not useful