From 8fb00b0f79feae2b63657f0ac3a1207b262120b2 Mon Sep 17 00:00:00 2001 From: Daniel Jasper Date: Tue, 17 Dec 2013 13:21:13 +0000 Subject: Update comment of changed parameter of ModuleMap constructor. llvm-svn: 197495 --- clang/include/clang/Lex/ModuleMap.h | 3 +-- 1 file changed, 1 insertion(+), 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. /// -- cgit v1.2.3