]> granicus.if.org Git - clang/commitdiff
Fix typo. This method isn't used anywhere.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 31 Mar 2013 20:14:24 +0000 (20:14 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 31 Mar 2013 20:14:24 +0000 (20:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178453 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Diagnostic.h

index 0b7c54ecf5f8f56bd3785e338249fce2907a71c7..032763672b47e8b9c67648b2ac76a0fc169df417 100644 (file)
@@ -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; }