Quuxplusone added inline comments.

================
Comment at: clang/lib/Sema/SemaDecl.cpp:12752
     Error = 4;
     break;
   }
----------------
Incidentally, why is this case here to begin with? Loop variables can totally 
be `register`. (But I guess it's moot at this point; clearly no Clang user is 
depending on this to work, and `register` is gone from C++20.)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92671/new/

https://reviews.llvm.org/D92671

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

Reply via email to