[PATCH] D21667: [analyzer] Add rudimentary handling of AtomicExpr.

Devin Coughlin via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 7 11:13:43 PDT 2016


dcoughlin marked an inline comment as done.

================
Comment at: test/Analysis/atomics.c:5
@@ +4,3 @@
+// because we don't fully model the atomics and instead imprecisely
+// treat their arguments as escaping.
+
----------------
Thanks! Fixed.


http://reviews.llvm.org/D21667





More information about the cfe-commits mailing list