aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/CommentParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/CommentParser.h')
-rw-r--r--include/clang/AST/CommentParser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/AST/CommentParser.h b/include/clang/AST/CommentParser.h
index 1e4e4f8694..468468da18 100644
--- a/include/clang/AST/CommentParser.h
+++ b/include/clang/AST/CommentParser.h
@@ -27,6 +27,8 @@ namespace comments {
/// Doxygen comment parser.
class Parser {
+ friend class TextTokenRetokenizer;
+
Lexer &L;
Sema &S;