[PATCH] D64671: [clang-tidy] New check: misc-init-local-variables
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 6 05:02:17 PDT 2019
aaron.ballman added a comment.
Aside from the missing documentation bit, I think this LG.
================
Comment at: clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp:29
+ Options.getLocalOrGlobal("IncludeStyle", "llvm"))),
+ MathHeader(Options.get("MathHeader", "math.h")) {}
+
----------------
You need to document this option.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64671/new/
https://reviews.llvm.org/D64671
More information about the cfe-commits
mailing list