[PATCH] D112914: Misleading identifier detection

serge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 10 09:59:50 PST 2021


serge-sans-paille added inline comments.


================
Comment at: clang-tools-extra/test/clang-tidy/checkers/misc-misleading-identifier.cpp:3
+
+#include <stdio.h>
+
----------------
RKSimon wrote:
> @serge-sans-paille Any chance you can remove the include and just forward declare printf()?
Sure, I'll prepare a patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112914



More information about the cfe-commits mailing list