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,7 +436,7 @@ public:
|
||||||
///
|
///
|
||||||
/// If this and IgnoreAllWarnings are both set, then that one wins.
|
/// If this and IgnoreAllWarnings are both set, then that one wins.
|
||||||
void setEnableAllWarnings(bool Val) { EnableAllWarnings = Val; }
|
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.
|
/// \brief When set to true, any warnings reported are issued as errors.
|
||||||
void setWarningsAsErrors(bool Val) { WarningsAsErrors = Val; }
|
void setWarningsAsErrors(bool Val) { WarningsAsErrors = Val; }
|
||||||
|
|
Loading…
Reference in New Issue