OSDN Git Service

Fix compilation with GCC, which treats this as a constructor name not a type
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 May 2016 21:05:35 +0000 (21:05 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 May 2016 21:05:35 +0000 (21:05 +0000)
commit0513d1e2031c7d779a50bd4d474be19a4cecd3ea
tree37ac7983384a854f98ee21d0851310033672affa
parent8e211bbca8c3538cfad31e173216dd60b842154d
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
lib/Fuzzer/FuzzerTraceState.cpp