[PATCH] D112914: Misleading identifier detection

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 10 08:27:21 PST 2021


RKSimon added inline comments.


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


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