diff options
Diffstat (limited to 'clang/lib/AST/Comment.cpp')
-rw-r--r-- | clang/lib/AST/Comment.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/AST/Comment.cpp b/clang/lib/AST/Comment.cpp index a235b60..e51efd9 100644 --- a/clang/lib/AST/Comment.cpp +++ b/clang/lib/AST/Comment.cpp @@ -156,7 +156,8 @@ void DeclInfo::fill() { IsFilled = true; return; } - + Loc = CommentDecl->getLocation(); + Decl::Kind K = CommentDecl->getKind(); switch (K) { default: |