diff options
Diffstat (limited to 'include/clang/Lex/PTHManager.h')
-rw-r--r-- | include/clang/Lex/PTHManager.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Lex/PTHManager.h b/include/clang/Lex/PTHManager.h index ff1a17259e8a6..ac5594e55d7d5 100644 --- a/include/clang/Lex/PTHManager.h +++ b/include/clang/Lex/PTHManager.h @@ -119,8 +119,7 @@ public: /// Create - This method creates PTHManager objects. The 'file' argument /// is the name of the PTH file. This method returns NULL upon failure. - static PTHManager *Create(const std::string& file, Diagnostic* Diags = 0, - Diagnostic::Level failureLevel=Diagnostic::Warning); + static PTHManager *Create(const std::string& file, Diagnostic &Diags); void setPreprocessor(Preprocessor *pp) { PP = pp; } |