Fix compilation with GCC, which treats this as a constructor name not a type

name. (GCC is correct here per the latest language DRs.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271044 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Smith 2016-05-27 21:05:35 +00:00
parent 8e211bbca8
commit 0513d1e203

View File

@ -175,7 +175,7 @@ static bool RecordingMemcmp = false;
class TraceState {
public:
TraceState(MutationDispatcher &MD, const Fuzzer::FuzzingOptions &Options,
const Fuzzer::Fuzzer *F)
const Fuzzer *F)
: MD(MD), Options(Options), F(F) {}
LabelRange GetLabelRange(dfsan_label L);