[PATCH] D17330: PR26648: "inline" shouldn't be recognized as a C keyword in MSVC 2013 compatibility mode
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 17 08:23:14 PST 2016
majnemer added a comment.
Why not just stick clang in C90 mode when targeting C if the -fms-compatibility-version is 18?
We have similar code for the C++ mode in https://github.com/llvm-mirror/clang/blob/master/lib/Driver/Tools.cpp#l5069
http://reviews.llvm.org/D17330
More information about the cfe-commits
mailing list