[Lldb-commits] [lldb] [llvm] Modify the localCache API to require an explicit commit on CachedFile… (PR #115331)
Teresa Johnson via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 27 07:23:33 PST 2025
https://github.com/teresajohnson commented:
I'm a little concerned about the added complexity of the cache interfaces. At the very least, the required usage of the commit() function should be clearly documented probably in the main Caching.h header, however, it is a bit confusing right now because there is no requirement to use that in the base class (comment on that below). There should also be comments on the other commit() method declarations.
https://github.com/llvm/llvm-project/pull/115331
More information about the lldb-commits
mailing list