[cfe-commits] r61430 - in /cfe/trunk: include/clang/Basic/TokenKinds.def lib/Lex/Preprocessor.cpp lib/Parse/ParseDecl.cpp test/Parser/MicrosoftExtensions.c

Anton Korobeynikov anton at korobeynikov.info
Thu Dec 25 06:56:39 PST 2008


Hi, Steve

> This implementation allows them to pass through (so VC++ can see them).
How we will proceed with parsing stuff from mingw? Are we going to
drop mingw compatibility? The stuff from mingw runtime relies heavily
(as I already shown to you), that these are defines, not keywords.

Another example (string.h from mingw's w32api):
_CRTIMP char* __cdecl __MINGW_NOTHROW	strcat (char*, const char*);

Is there any support for codegen / sema of these keywords then?

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the cfe-commits mailing list