]> granicus.if.org Git - clang/commitdiff
Update comment of changed parameter of ModuleMap constructor.
authorDaniel Jasper <djasper@google.com>
Tue, 17 Dec 2013 13:21:13 +0000 (13:21 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 17 Dec 2013 13:21:13 +0000 (13:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197495 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/ModuleMap.h

index 5339ec13b295fe26e5f957b81a6b09dd65bd6bf3..3c1aff7cfb54df8d9c678597c42791db4c22db51 100644 (file)
@@ -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.
   ///