OSDN Git Service

[libFuzzer] replace 'auto' with 'auto *' to better follow the LLVM style
authorKostya Serebryany <kcc@google.com>
Mon, 14 Nov 2016 19:21:38 +0000 (19:21 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 14 Nov 2016 19:21:38 +0000 (19:21 +0000)
commit43aeb78cb8068723e61f6cb832cd008d3efe8401
tree00ed0310215bbf9b9cb8ecf49d4cbafb02b7d8c8
parent1505b20964a67e045c1f1c17dd76612ee21b6eb9
[libFuzzer] replace 'auto' with 'auto *' to better follow the LLVM style

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286870 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerDriver.cpp