]> granicus.if.org Git - clang/commitdiff
Comment AST nodes: add NumHTMLStartTagCommentBits member.
authorDmitri Gribenko <gribozavr@gmail.com>
Sat, 21 Jul 2012 03:10:43 +0000 (03:10 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Sat, 21 Jul 2012 03:10:43 +0000 (03:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160600 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Comment.h

index 3eee704be03f173acad099f23ef75a1866e1e45f..544a7e4d53beac0b4d6424fc46f3608161c22090 100644 (file)
@@ -72,6 +72,7 @@ protected:
     /// spelling in comment (plain <br> would not set this flag).
     unsigned IsSelfClosing : 1;
   };
+  enum { NumHTMLStartTagCommentBits = NumInlineContentCommentBits + 1 };
 
   class ParagraphCommentBitfields {
     friend class ParagraphComment;