[clang] [clang][dataflow] Cache getModeledFields (PR #180878)

Samira Bakon via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 11 08:05:28 PST 2026


================
@@ -329,6 +335,9 @@ class DataflowAnalysisContext {
   // Fields modeled by environments covered by this context.
   FieldSet ModeledFields;
 
+  // Cache of modeled fields for each type, covered by this context.
----------------
bazuzi wrote:

What does "covered by this context" mean here, and which noun is it modifying?

Can you also clarify the difference between ModeledFields and CachedModeledFields?

https://github.com/llvm/llvm-project/pull/180878


More information about the cfe-commits mailing list