[PATCH] D55044: [clang-tidy] check for Abseil make_unique
Don Hinton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 17 20:25:50 PDT 2019
hintonda added inline comments.
================
Comment at: clang-tidy/modernize/MakeSmartPtrCheck.cpp:69
+ IgnoreMacros(Options.getLocalOrGlobal("IgnoreMacros", true)),
+ IgnoreListInit(Options.get("IgnoreListInit", false)) {}
----------------
You’re setting it false here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55044/new/
https://reviews.llvm.org/D55044
More information about the cfe-commits
mailing list