mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 22:17:23 +08:00
[clang-tidy] s/1/true/, NFC
llvm-svn: 308621
This commit is contained in:
@@ -140,7 +140,7 @@ UseDefaultMemberInitCheck::UseDefaultMemberInitCheck(StringRef Name,
|
||||
ClangTidyContext *Context)
|
||||
: ClangTidyCheck(Name, Context),
|
||||
UseAssignment(Options.get("UseAssignment", 0) != 0),
|
||||
IgnoreMacros(Options.getLocalOrGlobal("IgnoreMacros", 1) != 0) {}
|
||||
IgnoreMacros(Options.getLocalOrGlobal("IgnoreMacros", true) != 0) {}
|
||||
|
||||
void UseDefaultMemberInitCheck::storeOptions(
|
||||
ClangTidyOptions::OptionMap &Opts) {
|
||||
|
||||
Reference in New Issue
Block a user