[PATCH] D40103: [libFuzzer] Encapsulate commands in a class

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 10:39:10 PST 2017


kcc added inline comments.


================
Comment at: lib/fuzzer/FuzzerCommand.h:21
+namespace fuzzer {
+class Command final {
+public:
----------------
kcc wrote:
> consider haing all of this class in the header. There is not too much code in it and splitting it into t .h and .cpp bloats the code. 
s/haing/having 


https://reviews.llvm.org/D40103





More information about the llvm-commits mailing list