<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 30, 2014 at 3:29 AM, Evgeniy Stepanov <span dir="ltr"><<a href="mailto:eugeni.stepanov@gmail.com" target="_blank">eugeni.stepanov@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":fm" class="a3s" style="overflow:hidden">Fix multiline comment warning.<br>
<br>
../unittests/Analysis/LazyCallGraphTest.cpp:45:1: warning: multi-line comment [-Wcomment]<br>
 //        /  \<br>
 ^</div></blockquote></div><br>Is this a GCC warning? We should just disable it. It is quite useless.</div><div class="gmail_extra"><br></div><div class="gmail_extra">IIRC, Clang's variant of the warning helpfully looks at the next line and sees that it too is a comment, and thus there is no surprising behavior. It's super nice in a project like LLVM where you want to use ascii art graph diagrams... =/</div>
</div>