<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Feb 19, 2014 at 8:14 PM, Faisal Vali <span dir="ltr"><<a href="mailto:faisalv@gmail.com" target="_blank">faisalv@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>Hi Richard, <br></div>    while working on a patch for DR1755, I noticed that SemaTemplate.cpp had the following lines added in r201031:<br>
  <br clear="all"><pre>@@ -1501,14 +1504,20 @@
     }
   }
 
-  bool Matches(unsigned ParmDepth) {
+  bool Matches(unsigned ParmDepth, SourceLocation Loc = SourceLocation()) {
+    llvm::errs() << "Found " << ParmDepth << " vs " << Depth << "\n";<br><br><br></pre><pre>Is that last line included by design?</pre></div></blockquote></div>
</div><div class="gmail_extra">No, it was left there accidentally. Thanks, removed in r201871.</div></div>