[PATCH] D45479: [Tooling] Optimize memory usage in InMemoryToolResults.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 10 06:43:03 PDT 2018
sammccall added inline comments.
================
Comment at: include/clang/Tooling/Execution.h:55
class InMemoryToolResults : public ToolResults {
public:
----------------
please add a high-level comment explaining what this is caching and when we expect it to work well.
Repository:
rC Clang
https://reviews.llvm.org/D45479
More information about the cfe-commits
mailing list