xbjfk wrote:

Okay, I made sure it says `argument unused during compilation: '/Zc:__STDC__'` 
and never defines __STDC__ in C++ mode, but I have couple of questions:
 - Where should I put the test to make sure `-fno-ms-define-stdc` is not 
accepted?
 -  !IsCXX feels kind of wrong - is this a justified case for creating `isC` in 
`clang/lib/Driver/Types.cpp`?
    - now that I think about it, what should the behavior be with Objective-C? 
I imagine the number of people compiling Objective-C with `-fms-compatibility` 
is very small
 
Thank you 

https://github.com/llvm/llvm-project/pull/68690
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to