[cfe-commits] r77355 - /cfe/trunk/include/clang/AST/ASTContext.h
Mike Stump
mrs at apple.com
Tue Jul 28 12:31:47 PDT 2009
Author: mrs
Date: Tue Jul 28 14:31:47 2009
New Revision: 77355
URL: http://llvm.org/viewvc/llvm-project?rev=77355&view=rev
Log:
Update comments.
Modified:
cfe/trunk/include/clang/AST/ASTContext.h
Modified: cfe/trunk/include/clang/AST/ASTContext.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ASTContext.h?rev=77355&r1=77354&r2=77355&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ASTContext.h (original)
+++ cfe/trunk/include/clang/AST/ASTContext.h Tue Jul 28 14:31:47 2009
@@ -130,10 +130,10 @@
/// \brief The type for the C FILE type.
TypeDecl *FILEDecl;
- /// \brief The type for the C FILE type.
+ /// \brief The type for the C jmp_buf type.
TypeDecl *jmp_bufDecl;
- /// \brief The type for the C FILE type.
+ /// \brief The type for the C sigjmp_buf type.
TypeDecl *sigjmp_bufDecl;
/// \brief Keeps track of all declaration attributes.
More information about the cfe-commits
mailing list