summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-10-15 04:06:55 +0000
committerTed Kremenek <kremenek@apple.com>2011-10-15 04:06:55 +0000
commit6afe37294fdc85c17882ab7fd79b3f8fca8a5321 (patch)
treeb94085b3b2d7a5f539a499d8a2ca86eeb22b095f
parent8670a41a54835cf04215d8f06bc99f6ede45bc44 (diff)
downloadbcm5719-llvm-6afe37294fdc85c17882ab7fd79b3f8fca8a5321.tar.gz
bcm5719-llvm-6afe37294fdc85c17882ab7fd79b3f8fca8a5321.zip
Convert stray doxygen comments to regular comments. They logically represent the fields in FunctionProtoType.
llvm-svn: 142052
-rw-r--r--clang/include/clang/AST/Type.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/clang/include/clang/AST/Type.h b/clang/include/clang/AST/Type.h
index 9a4bf80c128..5a1200c4777 100644
--- a/clang/include/clang/AST/Type.h
+++ b/clang/include/clang/AST/Type.h
@@ -2737,18 +2737,18 @@ private:
/// HasAnyConsumedArgs - Whether this function has any consumed arguments.
unsigned HasAnyConsumedArgs : 1;
- /// ArgInfo - There is an variable size array after the class in memory that
- /// holds the argument types.
+ // ArgInfo - There is an variable size array after the class in memory that
+ // holds the argument types.
- /// Exceptions - There is another variable size array after ArgInfo that
- /// holds the exception types.
+ // Exceptions - There is another variable size array after ArgInfo that
+ // holds the exception types.
- /// NoexceptExpr - Instead of Exceptions, there may be a single Expr* pointing
- /// to the expression in the noexcept() specifier.
+ // NoexceptExpr - Instead of Exceptions, there may be a single Expr* pointing
+ // to the expression in the noexcept() specifier.
- /// ConsumedArgs - A variable size array, following Exceptions
- /// and of length NumArgs, holding flags indicating which arguments
- /// are consumed. This only appears if HasAnyConsumedArgs is true.
+ // ConsumedArgs - A variable size array, following Exceptions
+ // and of length NumArgs, holding flags indicating which arguments
+ // are consumed. This only appears if HasAnyConsumedArgs is true.
friend class ASTContext; // ASTContext creates these.
OpenPOWER on IntegriCloud