diff options
Diffstat (limited to 'include/clang/AST/Comment.h')
-rw-r--r-- | include/clang/AST/Comment.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/clang/AST/Comment.h b/include/clang/AST/Comment.h index b946816b8c..00db117991 100644 --- a/include/clang/AST/Comment.h +++ b/include/clang/AST/Comment.h @@ -759,9 +759,7 @@ public: return getNumArgs() > 0; } - StringRef getParamName() const { - return Args[0].Text; - } + StringRef getParamName(comments::FullComment *FC) const; SourceRange getParamNameRange() const { return Args[0].Range; |