rtrieu marked 5 inline comments as done.
rtrieu added a comment.

Comments have been addressed.  I will be testing it for performance impact next.



================
Comment at: include/clang/AST/ODRHash.h:54
+  // in Pointers.
+  size_type NextFreeIndex;
+
----------------
rsmith wrote:
> Is this always the same as `Pointers.size()`?
Yes it is.  It has been removed and Pointers.size() is used now.


https://reviews.llvm.org/D21675



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

Reply via email to