[PATCH] D73720: [Analyzer] Use note tags to track container begin and and changes

Nicolás Alvarez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 12 14:42:06 PST 2020


nicolas17 added inline comments.


================
Comment at: clang/lib/StaticAnalyzer/Checkers/ContainerModeling.cpp:484
+    const NoteTag *ChangeTag =
+      getChangeTag(C, "shrinked from the right by 1 position", ContReg, ContE);
     // For vector-like and deque-like containers invalidate the last and the
----------------
Past tense is "shrank", not "shrinked".


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

https://reviews.llvm.org/D73720





More information about the cfe-commits mailing list