[PATCH] D129377: [lldb/Fuzzer] Add fuzzer for expression evaluator

Chelsea Cassanova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 14 12:17:58 PDT 2022


cassanova marked an inline comment as done.
cassanova added inline comments.


================
Comment at: lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/cxx_proto.proto:1
+//===-- cxx_proto.proto - Protobuf description of C++ ---------------------===//
+//
----------------
JDevlieghere wrote:
> Do we still need a copy of this for LLDB?
This file is used to generate the cxx_proto.pb.h which is included in the source file. Since we just use the clang-fuzzer directory as an include directory then we shouldn't need this file anymore 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129377/new/

https://reviews.llvm.org/D129377



More information about the cfe-commits mailing list