Debugging statements included in r201031?

Richard Smith richard at metafoo.co.uk
Fri Feb 21 10:52:11 PST 2014


On Wed, Feb 19, 2014 at 8:14 PM, Faisal Vali <faisalv at gmail.com> wrote:

> Hi Richard,
>     while working on a patch for DR1755, I noticed that SemaTemplate.cpp
> had the following lines added in r201031:
>
>
> @@ -1501,14 +1504,20 @@
>      }
>    }
>
> -  bool Matches(unsigned ParmDepth) {
> +  bool Matches(unsigned ParmDepth, SourceLocation Loc = SourceLocation()) {
> +    llvm::errs() << "Found " << ParmDepth << " vs " << Depth << "\n";
>
>
> Is that last line included by design?
>
> No, it was left there accidentally. Thanks, removed in r201871.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140221/7bcc625f/attachment.html>


More information about the cfe-commits mailing list