[PATCH] D60283: [DebugInfo] Don't emit checksums when compiling a preprocessed CPP
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 25 16:13:20 PDT 2019
rnk added a comment.
In D60283#1456497 <https://reviews.llvm.org/D60283#1456497>, @thakis wrote:
> See http://llvm-cs.pcc.me.uk/tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp#756 for a "is same file" example. I'm not sure adding a bool to PresumedLoc is worth it for this.
@thakis, do you still object to adding info to PresumedLoc for this? I think in the absence of review from @rsmith we should go forward with this.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60283/new/
https://reviews.llvm.org/D60283
More information about the cfe-commits
mailing list