diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-24 00:01:24 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-24 00:01:24 +0000 |
commit | 1ddbd89bb397988dd1a4e96d8d8c2c7705a2af75 (patch) | |
tree | 9369b1bd2f1a2b58f767bda9b435133bb967daa5 /lib/Parse/ParseDeclCXX.cpp | |
parent | 5354e77e60e82828c7c2361f5c688c2667ab59cc (diff) |
Fix a few -Wdocumentation warnings.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162506 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseDeclCXX.cpp')
-rw-r--r-- | lib/Parse/ParseDeclCXX.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Parse/ParseDeclCXX.cpp b/lib/Parse/ParseDeclCXX.cpp index 513b788a6b..42ec6b0205 100644 --- a/lib/Parse/ParseDeclCXX.cpp +++ b/lib/Parse/ParseDeclCXX.cpp @@ -2772,9 +2772,6 @@ void Parser::DeallocateParsedClasses(Parser::ParsingClass *Class) { /// This routine should be called when we have finished parsing the /// definition of a class, but have not yet popped the Scope /// associated with the class's definition. -/// -/// \returns true if the class we've popped is a top-level class, -/// false otherwise. void Parser::PopParsingClass(Sema::ParsingClassState state) { assert(!ClassStack.empty() && "Mismatched push/pop for class parsing"); |