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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to