Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D66209
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@368827
91177308-0d34-0410-b5e6-
96231b3b80d8
void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
llvm::BumpPtrAllocator &Allocator);
- /// \returns nullptr in case there are no comments in in \p File.
+ /// \returns A mapping from an offset of the start of the comment to the
+ /// comment itself, or nullptr in case there are no comments in \p File.
const std::map<unsigned, RawComment *> *getCommentsInFile(FileID File) const;
bool empty() const;