[cfe-commits] r127112 - in /cfe/trunk: include/clang/AST/Type.h include/clang/Sema/DeclSpec.h lib/AST/ASTContext.cpp lib/AST/Type.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExceptionSpec.cpp lib/Sema/SemaExprCXX.cpp lib/Sema/SemaLookup.cpp lib/Sema/SemaTemplateInstantiateDecl.cpp lib/Sema/SemaType.cpp lib/Serialization/ASTReader.cpp

John Wiegley johnw at boostpro.com
Sat Mar 5 15:24:46 PST 2011


Sebastian Redl <sebastian.redl at getdesigned.at> writes:

> Propagate new-style exception spec information to ExtProtoInfo.

[...]

> --- cfe/trunk/include/clang/AST/Type.h (original)
> +++ cfe/trunk/include/clang/AST/Type.h Sat Mar  5 16:42:26 2011
> @@ -15,6 +15,7 @@
>  #define LLVM_CLANG_AST_TYPE_H
>
>  #include "clang/Basic/Diagnostic.h"
> +#include "clang/Basic/ExceptionSpecificationType.h"
>  #include "clang/Basic/IdentifierTable.h"
>  #include "clang/Basic/Linkage.h"
>  #include "clang/Basic/PartialDiagnostic.h"

Sebastian, I think you forgot to commit this header file.  I cannot find it
anywhere.

Thanks, John



More information about the cfe-commits mailing list