<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 30, 2014 at 4:26 PM, Alex McCarthy <span dir="ltr"><<a href="mailto:alexmc@google.com" target="_blank">alexmc@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">================<br>
Comment at: test/clang-tidy/temporaries.cpp:3<br>
@@ +2,3 @@<br>
+// FileCheck complains if the input file is empty, so add a dummy line.<br>
+// RUN: echo foo >> %t.log<br>
+// RUN: FileCheck %s < %t.log<br>
----------------<br>
</div><div class="">Alexander Kornienko wrote:<br>
> You don't need this now as the correct output is guaranteed to be non-empty. And you can now just pipe clang-tidy output to FileCheck<br>
</div>Good catch: fixed in <a href="http://llvm-reviews.chandlerc.com/rL207653" target="_blank">llvm-reviews.chandlerc.com/rL207653</a><br>
<br>
<a href="http://reviews.llvm.org/D3556" target="_blank">http://reviews.llvm.org/D3556</a><br>
<br></blockquote><div><br></div><div>BTW, if you use Phabricator's arc tool, you can also use "arc commit", which automatically closes the Differential revision in Phab.</div></div>
</div></div>