[llvm] r182402 - Remove duplicated comment.
Benjamin Kramer
benny.kra at googlemail.com
Tue May 21 11:06:33 PDT 2013
Author: d0k
Date: Tue May 21 13:06:33 2013
New Revision: 182402
URL: http://llvm.org/viewvc/llvm-project?rev=182402&view=rev
Log:
Remove duplicated comment.
Found by -Wdocumentation.
Modified:
llvm/trunk/include/llvm/DIBuilder.h
Modified: llvm/trunk/include/llvm/DIBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DIBuilder.h?rev=182402&r1=182401&r2=182402&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DIBuilder.h (original)
+++ llvm/trunk/include/llvm/DIBuilder.h Tue May 21 13:06:33 2013
@@ -588,7 +588,6 @@ namespace llvm {
unsigned Line, StringRef Name);
/// \brief Create a descriptor for an imported function.
- /// \brief Create a descriptor for an imported function.
/// @param Context The scope this module is imported into
/// @param Decl The declaration (or definition) of a function, type, or
/// variable
More information about the llvm-commits
mailing list