================
Comment at: lib/Sema/SemaTemplate.cpp:4177
@@ +4176,3 @@
+    SourceLocation FirstOpLoc;
+    while (UnaryOperator *UnOp = dyn_cast<UnaryOperator>(Arg)) {
+      UnaryOperatorKind UnOpKind = UnOp->getOpcode();
----------------
Do we really want to strip of all of these &/* operators without even an 
extension warning? 


http://llvm-reviews.chandlerc.com/D1444

BRANCH
  PR16905

ARCANIST PROJECT
  clang
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to