[PATCH] D48734: [Sema] Consider all format_arg attributes.

Michael Kruse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 28 11:59:46 PDT 2018


Meinersbur added inline comments.


================
Comment at: lib/Sema/SemaChecking.cpp:5534
+      if (!IsFirst)
+        return CommonResult;
+
----------------
Not sure what should be returned here; To minimize surprises, this returns what the current version would have returned.


Repository:
  rC Clang

https://reviews.llvm.org/D48734





More information about the cfe-commits mailing list