This is an archive of the discontinued LLVM Phabricator instance.

[LibFuzzer] Fix `-Wcomment` warning emitted by GCC.
ClosedPublic

Authored by delcypher on Jul 11 2017, 4:02 AM.

Details

Summary

[LibFuzzer] Fix -Wcomment warning emitted by GCC.

./FuzzerIOWindows.cpp:185:1: warning: multi-line comment [-Wcomment]
 // Parse a directory ending in separator, like: SomeDir\
 ^
./FuzzerIOWindows.cpp:200:1: warning: multi-line comment [-Wcomment]
 // Parse a servername and share, like: SomeServer\SomeShare\
 ^

Diff Detail

Repository
rL LLVM

Event Timeline

delcypher created this revision.Jul 11 2017, 4:02 AM
kcc accepted this revision.Jul 11 2017, 8:08 AM

LGTM

This revision is now accepted and ready to land.Jul 11 2017, 8:08 AM
This revision was automatically updated to reflect the committed changes.