[PATCH] D22505: clang-format Access Modifier Use Normal Indent

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 2 05:18:36 PDT 2016


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





More information about the cfe-commits mailing list