[cfe-commits] r77291 - in /cfe/trunk: include/clang/AST/ASTContext.h include/clang/Basic/Builtins.def include/clang/Basic/DiagnosticSemaKinds.td include/clang/Frontend/PCHBitCodes.h lib/AST/ASTContext.cpp lib/Frontend/PCHReader.cpp lib/Frontend/PCHWriter.cpp lib/Sema/SemaDecl.cpp

Cédric Venet cedric.venet at laposte.net
Tue Jul 28 05:09:51 PDT 2009


> ==============================================================================
> --- cfe/trunk/include/clang/AST/ASTContext.h (original)
> +++ cfe/trunk/include/clang/AST/ASTContext.h Mon Jul 27 21:25:19 2009
> @@ -130,6 +130,12 @@
>    /// \brief The type for the C FILE type.
>    TypeDecl *FILEDecl;
>    
> +  /// \brief The type for the C FILE type.
> +  TypeDecl *jmp_bufDecl;
> +  
> +  /// \brief The type for the C FILE type.
> +  TypeDecl *sigjmp_bufDecl;
> +     

some copy paste mistake here (in comment)




More information about the cfe-commits mailing list