]> granicus.if.org Git - clang/commitdiff
ASTWriterDecl.cpp: Prune a couple of \param(s), corresponding to r266160. [-Wdocument...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 13 Apr 2016 07:45:10 +0000 (07:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 13 Apr 2016 07:45:10 +0000 (07:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266177 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Serialization/ASTWriterDecl.cpp

index c06e272e2b773412630d55ae6bba0a0e0813e09e..bfce24590385d615391ce6e763813cca3d015b70 100644 (file)
@@ -1542,16 +1542,6 @@ void ASTDeclWriter::VisitStaticAssertDecl(StaticAssertDecl *D) {
 }
 
 /// \brief Emit the DeclContext part of a declaration context decl.
-///
-/// \param LexicalOffset the offset at which the DECL_CONTEXT_LEXICAL
-/// block for this declaration context is stored. May be 0 to indicate
-/// that there are no declarations stored within this context.
-///
-/// \param VisibleOffset the offset at which the DECL_CONTEXT_VISIBLE
-/// block for this declaration context is stored. May be 0 to indicate
-/// that there are no declarations visible from this context. Note
-/// that this value will not be emitted for non-primary declaration
-/// contexts.
 void ASTDeclWriter::VisitDeclContext(DeclContext *DC) {
   Record.AddOffset(Writer.WriteDeclContextLexicalBlock(Context, DC));
   Record.AddOffset(Writer.WriteDeclContextVisibleBlock(Context, DC));