amccarth added inline comments.

================
Comment at: lib/Rewrite/Rewriter.cpp:455
       I->second.write(File.getStream());
+      prewrite(I->first);
     }
----------------
I'm not familiar with the structure of this code, but it seems odd to me that 
the callback is called `prewrite` when it happens _after_ the write.


https://reviews.llvm.org/D30385



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

Reply via email to