[PATCH] D143112: [clang] Support parsing comments without ASTContext
Tom Praschan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 1 14:33:51 PST 2023
tom-anders created this revision.
tom-anders added a reviewer: kadircet.
Herald added a project: All.
tom-anders requested review of this revision.
Herald added subscribers: cfe-commits, ilya-biryukov.
Herald added a project: clang.
This is in preparation for implementing doxygen parsing, see discussion in https://github.com/clangd/clangd/issues/529.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143112
Files:
clang/include/clang/AST/RawCommentList.h
clang/include/clang/Basic/SourceManager.h
clang/lib/AST/RawCommentList.cpp
clang/unittests/AST/CommentParser.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143112.494076.patch
Type: text/x-patch
Size: 6536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230201/87552a00/attachment.bin>
More information about the cfe-commits
mailing list