aaron.ballman marked 6 inline comments as done. ================ Comment at: lib/Sema/SemaChecking.cpp:2722 @@ -2720,1 +2721,3 @@ ParamLoc = PV->getLocation(); + IsCRegister = + PV->getStorageClass() == SC_Register && !getLangOpts().CPlusPlus; ---------------- That makes sense, thank you for the explanation.
http://reviews.llvm.org/D19244 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits