aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/AST/Comment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/Comment.h b/include/clang/AST/Comment.h
index 3eee704be0..544a7e4d53 100644
--- a/include/clang/AST/Comment.h
+++ b/include/clang/AST/Comment.h
@@ -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;