[PATCH] D92458: [dfsan] Rename CachedCombinedShadow to be CachedShadow
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 2 06:24:55 PST 2020
morehouse accepted this revision.
morehouse added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp:432
+ struct CachedShadow {
+ // The block where Shadow is defined.
BasicBlock *Block;
----------------
Nit: This comment could fit on the same line as `Block`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92458/new/
https://reviews.llvm.org/D92458
More information about the llvm-commits
mailing list