[PATCH] D64671: [clang-tidy] New check: misc-init-local-variables
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 24 06:53:13 PDT 2019
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/test/clang-tidy/cppcoreguidelines-init-variables.cpp:3
+
+#include <stdint.h>
+
----------------
It'll be better to include cstdint.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64671/new/
https://reviews.llvm.org/D64671
More information about the cfe-commits
mailing list