forked from OSchip/llvm-project
Fix typo. This method isn't used anywhere.
llvm-svn: 178453
This commit is contained in:
parent
53f3525d35
commit
3c33161192
|
@ -436,8 +436,8 @@ public:
|
|||
///
|
||||
/// If this and IgnoreAllWarnings are both set, then that one wins.
|
||||
void setEnableAllWarnings(bool Val) { EnableAllWarnings = Val; }
|
||||
bool getEnableAllWarnngs() const { return EnableAllWarnings; }
|
||||
|
||||
bool getEnableAllWarnings() const { return EnableAllWarnings; }
|
||||
|
||||
/// \brief When set to true, any warnings reported are issued as errors.
|
||||
void setWarningsAsErrors(bool Val) { WarningsAsErrors = Val; }
|
||||
bool getWarningsAsErrors() const { return WarningsAsErrors; }
|
||||
|
|
Loading…
Reference in New Issue