r197495 - Update comment of changed parameter of ModuleMap constructor.

Daniel Jasper djasper at google.com
Tue Dec 17 05:21:13 PST 2013


Author: djasper
Date: Tue Dec 17 07:21:13 2013
New Revision: 197495

URL: http://llvm.org/viewvc/llvm-project?rev=197495&view=rev
Log:
Update comment of changed parameter of ModuleMap constructor.

Modified:
    cfe/trunk/include/clang/Lex/ModuleMap.h

Modified: cfe/trunk/include/clang/Lex/ModuleMap.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/ModuleMap.h?rev=197495&r1=197494&r2=197495&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/ModuleMap.h (original)
+++ cfe/trunk/include/clang/Lex/ModuleMap.h Tue Dec 17 07:21:13 2013
@@ -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.
   ///





More information about the cfe-commits mailing list