[PATCH] D21262: [CFLAA] Tag actual arguments as AttrEscaped instead of AttrUnknown

Jia Chen via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 15:45:54 PDT 2016


grievejia added inline comments.

================
Comment at: lib/Analysis/CFLAliasAnalysis.cpp:372
@@ +371,3 @@
+  // Encodes the notion of a "use"
+  struct Edge {
+    // Which value the edge is coming from
----------------
george.burgess.iv wrote:
> I don't see what that has to do with the comment style, but I agree that it probably doesn't matter.
It's not exposed to the outside world so I assume we don't need to use Doxygen style comment?


Repository:
  rL LLVM

http://reviews.llvm.org/D21262





More information about the llvm-commits mailing list