aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM, with one small nit.


================
Comment at: include/clang/Basic/Builtins.h:97
@@ -96,1 +96,3 @@
 
+  /// \brief Return true if this function has no side effects
+  bool isPure(unsigned ID) const {
----------------
Missing period at the end of the comment.


http://reviews.llvm.org/D18970



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

Reply via email to