summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-07-18 08:52:02 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-07-18 08:52:02 +0000
commitc29e39d86a62b62df1bde92577779e5d5583ec88 (patch)
treefeba69ab598e4992ecdb36380759f438c21d1a19
parentad9bbc20b38c6b87531e0dc7e5f6c049adfe3c80 (diff)
downloadbcm5719-llvm-c29e39d86a62b62df1bde92577779e5d5583ec88.tar.gz
bcm5719-llvm-c29e39d86a62b62df1bde92577779e5d5583ec88.zip
llvm/DebugInfo/CodeView/TypeStreamMerger.h: Prune a couple of \param(s), removed in r308212. [-Wdocumentation]
llvm-svn: 308276
-rw-r--r--llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h b/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
index 701b30b6653..d78fab47db6 100644
--- a/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
+++ b/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
@@ -30,9 +30,6 @@ class TypeTableBuilder;
/// type stream, that contains the index of the corresponding type record
/// in the destination stream.
///
-/// \param Handler (optional) If non-null, an interface that gets invoked
-/// to handle type server records.
-///
/// \param Types The collection of types to merge in.
///
/// \returns Error::success() if the operation succeeded, otherwise an
@@ -77,9 +74,6 @@ Error mergeIdRecords(TypeTableBuilder &Dest, ArrayRef<TypeIndex> Types,
/// id stream, that contains the index of the corresponding id record
/// in the destination stream.
///
-/// \param Handler (optional) If non-null, an interface that gets invoked
-/// to handle type server records.
-///
/// \param IdsAndTypes The collection of id records to merge in.
///
/// \returns Error::success() if the operation succeeded, otherwise an
OpenPOWER on IntegriCloud