[PATCH] D66209: Improved the doc comment for getCommentsInFile
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 04:02:12 PDT 2019
MaskRay added inline comments.
================
Comment at: clang/include/clang/AST/RawCommentList.h:203
+ /// \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 in \p File.
const std::map<unsigned, RawComment *> *getCommentsInFile(FileID File) const;
----------------
> in in
Typo?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66209/new/
https://reviews.llvm.org/D66209
More information about the cfe-commits
mailing list