[PATCH] Sema: Properly support Microsoft-mode template arguments
Doug Gregor
dgregor at apple.com
Thu Aug 22 21:08:05 PDT 2013
================
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
More information about the cfe-commits
mailing list