[PATCH] D60283: [clang-cl] Don't emit checksums when compiling a preprocessed CPP
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 5 16:17:30 PDT 2019
rnk added a comment.
+ at rsmith for the PresumedLoc change
>From glancing on the PresumedLoc computation code, I think this bool might be the way to go. You could make it a bit more "free" by stealing a bit from the column, if we're concerned about size.
FYI, I'm off to EuroLLVM after this and return in about two weeks.
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