benhamilton marked 2 inline comments as done.
benhamilton added a comment.

Thanks for the review. Added another test.



================
Comment at: test/clang-tidy/google-runtime-int.cpp:77
+__attribute__((__format__ (__printf__, 1, 2)))
+void myprintf(const char* s, ...);
+
----------------
alexfh wrote:
> Please add another function similar to this one, but without the attribute 
> and verify that the check fires on arguments to that function.
Sure, done.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D46293



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

Reply via email to