urnathan added a comment.

thanks for the comments.  My plan wrt documentation was to address that (and 
the feature macro) once the patches are in.



================
Comment at: clang/lib/Sema/SemaDeclCXX.cpp:12353
+      ED = R->getAsSingle<EnumConstantDecl>();
+    else if (UD && UD->shadow_size () == 1)
+      ED = dyn_cast<EnumConstantDecl>(UD->shadow_begin()->getTargetDecl());
----------------
bruno wrote:
> -> `UD->shadow_size()`
Hm, I wonder what happened, I was pretty sure I ran git clang-format.


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

https://reviews.llvm.org/D100276

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

Reply via email to