[cfe-commits] r158592 - in /cfe/trunk: include/clang/AST/ASTContext.h include/clang/Basic/TargetInfo.h include/clang/Serialization/ASTBitCodes.h lib/AST/ASTContext.cpp lib/Basic/Targets.cpp lib/Frontend/InitPreprocessor.cpp lib/Sema/Sema.cpp lib/

Jordan Rose jordan_rose at apple.com
Sat Jun 16 09:31:31 PDT 2012


On Jun 16, 2012, at 9:04 AM, Meador Inge wrote:

> 
> On Jun 16, 2012, at 1:08 AM, NAKAMURA Takumi wrote:
> 
>> Meador,
>> 
>> I have tweaked unittest in r158595. -fms-extensions still provides another decl.
> 
> Ah, thanks for fixing that.

I guess this is the next step -- moving the -fms-extensions and ARC predefines that aren't to Sema. I'd love to eventually get rid of MacroBuilder::append, so that we don't accidentally open this door again.

Jordan



More information about the cfe-commits mailing list