lebedev.ri added inline comments.

================
Comment at: lib/Sema/SemaChecking.cpp:8541
+      switch (C.getTargetInfo().getTriple().getArch()) {
+      case llvm::Triple::x86:
+      case llvm::Triple::x86_64: {
----------------
I agree with @RKSimon, i don't see why this would be arch-specific.
If this is correct, maybe add explanation as a code comment?


Repository:
  rC Clang

https://reviews.llvm.org/D44559



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

Reply via email to