diff options
Diffstat (limited to 'clang-tools-extra/module-map-checker/ModuleMapChecker.h')
-rw-r--r-- | clang-tools-extra/module-map-checker/ModuleMapChecker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/module-map-checker/ModuleMapChecker.h b/clang-tools-extra/module-map-checker/ModuleMapChecker.h index ee23c484eb0..2159aa47f37 100644 --- a/clang-tools-extra/module-map-checker/ModuleMapChecker.h +++ b/clang-tools-extra/module-map-checker/ModuleMapChecker.h @@ -137,7 +137,7 @@ public: /// \returns 0 if there were no errors or warnings, 1 if there /// were warnings, 2 if any other problem, such as a bad /// module map path argument was specified. - llvm::error_code doChecks(); + std::error_code doChecks(); // The following functions are called by doChecks. |