diff options
-rw-r--r-- | clang/include/clang/Lex/ModuleMap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/include/clang/Lex/ModuleMap.h b/clang/include/clang/Lex/ModuleMap.h index 5339ec13b29..3c1aff7cfb5 100644 --- a/clang/include/clang/Lex/ModuleMap.h +++ b/clang/include/clang/Lex/ModuleMap.h @@ -182,8 +182,7 @@ public: /// This source manager should be shared with the header-search mechanism, /// since they will refer to the same headers. /// - /// \param DC A diagnostic consumer that will be cloned for use in generating - /// diagnostics. + /// \param Diags A diagnostic engine used for diagnostics. /// /// \param LangOpts Language options for this translation unit. /// |