[PATCH] D122129: [clang][dataflow] Model the behavior of optional and std swap
    Yitzhak Mandelbaum via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Mar 21 06:53:16 PDT 2022
    
    
  
ymandel accepted this revision.
ymandel added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/unittests/Analysis/FlowSensitive/UncheckedOptionalAccessModelTest.cpp:1961
+  )",
+      UnorderedElementsAre(Pair("check-1", "safe"),
+                           Pair("check-2", "unsafe: input.cc:13:7")));
----------------
nit: use unique identifiers for each `check`?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122129/new/
https://reviews.llvm.org/D122129
    
    
More information about the cfe-commits
mailing list