aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

Do you need someone to land this on your behalf? If so, what name and email 
address would you like used for patch attribution? (I can fix the tiny style 
nit myself when landing, so don't feel obligated to make the change yourself 
unless you're committing the patch.)



================
Comment at: clang/lib/Sema/SemaDecl.cpp:5045
+        return 5;
+      else if (ED->isScoped())
+        return 6;
----------------
Tiny style nit; NFC (we have a rule about using `else` after a `return`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147989

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

Reply via email to