[PATCH] Add limitations to loop convert user doc
Dmitri Gribenko
gribozavr at gmail.com
Tue Mar 19 14:35:08 PDT 2013
================
Comment at: docs/LoopConvertTransform.rst:167
@@ +166,3 @@
+
+As explained previously, calling the container in the body of the loop is
+considered `risky`. If the called member function modifies the container, the
----------------
... calling member functions of the container
Or is it actually only calling non-const member functions?
http://llvm-reviews.chandlerc.com/D552
More information about the cfe-commits
mailing list