klimek added a comment.

Perhaps call it AccessModifierIntroducesScope or something?

Side-track: I find it highly confusing that in

  class C {
    int v1;
    private:
      int v2;
  }

v1 & v2 have different indent, although they are in the same scope.


https://reviews.llvm.org/D22505



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

Reply via email to