зеркало из https://github.com/microsoft/clang-1.git
Fix typo. This method isn't used anywhere.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178453 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
9f8bd33a1c
Коммит
04863a86d1
|
@ -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; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче