diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-04-13 07:45:10 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-04-13 07:45:10 +0000 |
| commit | 4982b625f0d542440477edff09f6c5e3418ea35b (patch) | |
| tree | cdaa137edf7d9b2b309360f86ceba36eccefc27f | |
| parent | efc884a4661c7ca32b81d17c196fbf2b1b87d108 (diff) | |
| download | bcm5719-llvm-4982b625f0d542440477edff09f6c5e3418ea35b.tar.gz bcm5719-llvm-4982b625f0d542440477edff09f6c5e3418ea35b.zip | |
ASTWriterDecl.cpp: Prune a couple of \param(s), corresponding to r266160. [-Wdocumentation]
llvm-svn: 266177
| -rw-r--r-- | clang/lib/Serialization/ASTWriterDecl.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/clang/lib/Serialization/ASTWriterDecl.cpp b/clang/lib/Serialization/ASTWriterDecl.cpp index c06e272e2b7..bfce2459038 100644 --- a/clang/lib/Serialization/ASTWriterDecl.cpp +++ b/clang/lib/Serialization/ASTWriterDecl.cpp @@ -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)); |

