[PATCH] D150318: [clang][deps] NFC: Pass around the whole scanning service
Ben Langmuir via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 11 10:14:32 PDT 2023
benlangmuir added inline comments.
================
Comment at: clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h:69
+ /// The preprocessing mode used for scanning.
+ ScanningMode Mode;
+ /// The output format.
----------------
jansvoboda11 wrote:
> benlangmuir wrote:
> > Why drop `const`?
> I don't think it adds much, since the members are private and only ever accessed in functions already marked `const`. I'm fine with keeping the `const` here if you think there's value in it.
It's fine, just wanted to check I didn't misunderstand this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150318/new/
https://reviews.llvm.org/D150318
More information about the cfe-commits
mailing list