On Wed, Feb 19, 2014 at 8:14 PM, Faisal Vali <[email protected]> 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.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to