[PATCH] D38618: Do not add a colon chunk to the code completion of class inheritance access modifiers

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 6 09:59:51 PDT 2017


arphaman added inline comments.


================
Comment at: include/clang/Sema/Scope.h:129
+    /// We are between inheritance colon and the real class/struct definition scope
+    ClassInheritanceScope = 0x400000,
   };
----------------
Could you please rebase this patch? There's another scope flag that uses this value already.


https://reviews.llvm.org/D38618





More information about the cfe-commits mailing list