stephanemoore marked an inline comment as done.
stephanemoore added inline comments.


================
Comment at: test/clang-tidy/google-objc-function-naming.m:3
 
+#import <stdio.h>
+
----------------
It turns out importing <stdio.h> is problematic and breaks the build (though 
everything built successfully for me locally 🤔). I believe that the import is 
not strictly necessary and I can embed a function declaration for `printf` to 
reproduce the implicit function declaration with the caveat that the check will 
trigger on a `printf` declaration that is not from a system header. I suppose 
it might be reasonable to suppress the check output on `printf`?

I have reverted this change for now and will follow up with appropriate fixes.


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57207/new/

https://reviews.llvm.org/D57207



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

Reply via email to