[clang-tools-extra] [clang-doc] Add Start and End Line Numbers (PR #135081)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 9 16:13:09 PDT 2025
================
@@ -681,7 +675,7 @@ emitInfo(const RecordDecl *D, const FullComment *FC, int LineNumber,
}
// TODO: remove first call to parseBases, that function should be deleted
parseBases(*I, C);
- parseBases(*I, C, IsFileInRootDir, PublicOnly, true);
+ parseBases(*I, C, true, PublicOnly, true);
----------------
ilovepi wrote:
why is this always true? also `/*param_name=*/`
https://github.com/llvm/llvm-project/pull/135081
More information about the cfe-commits
mailing list