From: Daniel Jasper Date: Tue, 17 Dec 2013 13:21:13 +0000 (+0000) Subject: Update comment of changed parameter of ModuleMap constructor. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c9eb4a7502f2883de43467233396bc253fca868;p=clang Update comment of changed parameter of ModuleMap constructor. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197495 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Lex/ModuleMap.h b/include/clang/Lex/ModuleMap.h index 5339ec13b2..3c1aff7cfb 100644 --- a/include/clang/Lex/ModuleMap.h +++ b/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. ///