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

LGTM with some minor commenting nits.



================
Comment at: lib/CodeGen/CGBuiltin.cpp:992
+
+    // We check whether we are in a recursive type
+    if (CanonicalType->isRecordType()) {
----------------
Missing full stop at the end of the comment. Same elsewhere.


================
Comment at: lib/Sema/SemaChecking.cpp:1114
+  case Builtin::BI__builtin_dump_struct: {
+    // We first want to ensure we are called with 2 arguments
+    if (checkArgCount(*this, TheCall, 2))
----------------
Missing full stop here and elsewhere as well.


Repository:
  rC Clang

https://reviews.llvm.org/D44093



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

Reply via email to