ymandel added inline comments.

================
Comment at: clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h:56
+  /// operations.
+  class ValueModel {
   public:
----------------
I really like this new name/API. Much clearer concept.


================
Comment at: clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h:64
+    ///
+    ///  `Val1` must be assigned to a storage location of type `Type`.
+    ///
----------------
What does this comment mean, now that there's no environment? Could we say 
something specific to the values themselves?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118596/new/

https://reviews.llvm.org/D118596

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to