[PATCH] D38270: [clang] Add getUnsignedPointerDiffType method

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 28 12:51:53 PDT 2017


aaron.ballman added inline comments.


================
Comment at: test/FixIt/format.m:256
+  // see the comment in PrintfSpecifier::fixType in PrintfFormatString.cpp.
+}
+
----------------
Can you add some positive tests that show "%t" and "%tu" working properly without warnings?


Repository:
  rL LLVM

https://reviews.llvm.org/D38270





More information about the cfe-commits mailing list