[PATCH] D128774: [libTooling] Add a comment about comment parsing to getAssociatedRange.

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 29 05:37:35 PDT 2022


ymandel added inline comments.


================
Comment at: clang/include/clang/Tooling/Transformer/SourceCode.h:47
+/// range containing associated comments, you may need to invoke the tool with
+/// -fparse-all-comments.
 CharSourceRange getAssociatedRange(const Decl &D, ASTContext &Context);
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128774/new/

https://reviews.llvm.org/D128774



More information about the cfe-commits mailing list