================
@@ -200,44 +198,58 @@ class AnalysisDeclContext {
private:
std::unique_ptr<ManagedAnalysis> &getAnalysisImpl(const void *tag);
- LocationContextManager &getLocationContextManager();
+ StackFrameManager &getStackFrameManager();
};
-class LocationContext : public llvm::FoldingSetNode {
-public:
- enum ContextKind { StackFrameKind };
-
-private:
- ContextKind Kind;
+/// It represents a stack frame of the call stack (based on CallEvent).
----------------
steakhal wrote:
Could we mark this `final`?
https://github.com/llvm/llvm-project/pull/198211
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits