[cfe-commits] [PATCH] Fix the build on Apple gcc-4.0

Douglas Gregor dgregor at apple.com
Thu Feb 25 10:25:47 PST 2010


On Feb 24, 2010, at 11:22 PM, Jeffrey Yasskin wrote:

> Apple's gcc-4.0 on 10.5 was complaining that:
> 
> /Users/jyasskin/src/llvm/clang/src/tools/clang/lib/Sema/TreeTransform.h:5784:
> error: expected primary-expression before ‘>’ token
> /Users/jyasskin/src/llvm/clang/src/tools/clang/lib/Sema/TreeTransform.h:5784:
> error: expected primary-expression before ‘)’ token
> 
> This patch fixes the build there without breaking the build for other
> compilers or breaking the tests, so I think it's the right thing to
> do. Please double-check.

Gabor got to fixing this before I got around to reviewing, so we're all set again. Thanks, though.

	- Doug



More information about the cfe-commits mailing list