erichkeane added inline comments.

================
Comment at: lib/Sema/SemaDecl.cpp:12598
+    // have to apply optnone due to a pragma.
+    AddRangeBasedOptnone(FD);
+
----------------
Should thi sonly happen if this is a definition?  Additionally, does this 
negate the need for the other call to this in ActOnFunctionDeclarator?


Repository:
  rC Clang

https://reviews.llvm.org/D43821



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to