Debugging statements included in r201031?
Faisal Vali
faisalv at gmail.com
Wed Feb 19 20:14:48 PST 2014
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?
Faisal Vali
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140219/dd32de2c/attachment.html>
More information about the cfe-commits
mailing list