erichkeane added a comment.

1 small request, otherwise LGTM.



================
Comment at: clang/lib/AST/Type.cpp:3330
 
+  case EST_Uninstantiated:
+    return CT_Dependent;
----------------
Slight preference for moving just this line to 3351 (above or below) to get the 
fallthrough behavior on the existing CT_Dependent without condition.


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

https://reviews.llvm.org/D121498

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

Reply via email to