mgorny added a comment.

In https://reviews.llvm.org/D25431#566096, @theraven wrote:

> It sounds as if the bug here is either that the .c files are being treated as 
> c++, or that we're sticking -std=c++{whatever} in CFLAGS as well as CXXFLAGS. 
>  This is probably the bug that should be fixed.


We're sticking them into LIBCXX_COMPILE_FLAGS, to be more precise. And this is 
the only C file in the whole libcxx, so I'm not sure if anyone even remember 
about that ;-).


https://reviews.llvm.org/D25431



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to