Stat cache chaining was implemented for a StatListener in the PTH writer so that it could write out the stat information to PTH. r348266 removed support for PTH, and it doesn't seem like there are other uses of stat cache chaining. We can remove the chaining support.
Details
Details
- Reviewers
erichkeane dexonsmith vsapsai Bigcheese ilya-biryukov - Commits
- rGd92b1ae1d769: Remove stat cache chaining as it's no longer needed after PTH support has been…
rC349942: Remove stat cache chaining as it's no longer needed after PTH support has been
rL349942: Remove stat cache chaining as it's no longer needed after PTH support has been
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I've no problem with this, but I don't consider myself 'expert' on this stuff enough to mark 'Approve' without giving others time to take a look. I'd say give this until this time tuesday for the others to take a look, then you can consider this an 'approve'.
I won't mark it as such so as to not scare away other reviews :)
Comment Actions
This patch LGTM, but before committing I suggest sending an RFC to cfe-dev and waiting a few days.
Comment Actions
It has been about a week since your cfe-dev post with no concerns. I think you can commit.