We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37accf commit 522712eCopy full SHA for 522712e
llvm/include/llvm/Option/ArgList.h
@@ -298,7 +298,7 @@ class ArgList {
298
/// true if the option is present, false if the negation is present, and
299
/// \p Default if neither option is given. If both the option and its
300
/// negation are present, the last one wins.
301
- bool hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default=true) const;
+ bool hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const;
302
303
/// hasFlag - Given an option \p Pos, an alias \p PosAlias and its negative
304
/// form \p Neg, return true if the option or its alias is present, false if
0 commit comments