OSDN Git Service

[libFuzzer] make sure we use the feedback from std::string operator ==
authorKostya Serebryany <kcc@google.com>
Mon, 23 Jan 2017 22:11:04 +0000 (22:11 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 23 Jan 2017 22:11:04 +0000 (22:11 +0000)
commitfc4ec25a17a0ef0fe318120d6a79b8214ccb12f0
tree10c77e3e78c78968cf7792a4c4842826574b7ec1
parentaf0e1c5e933752a1efcd9d0be5ba3914ccfbd8fe
[libFuzzer] make sure we use the feedback from std::string operator ==

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292835 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerTracePC.cpp
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/CxxStringEqTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/cxxstring.test [new file with mode: 0644]