[PATCH] D137043: [clang] add implicit include for Linux/gnu compatibility
Tao Liang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 30 09:17:41 PST 2022
Origami404 marked 7 inline comments as done.
Origami404 added inline comments.
================
Comment at: clang/test/Driver/stdc-predef.c:33-34
+
+// This behavior should appear in all languages that use the c preprocessor,
+// including C, C++ and Objective-C, as long as the system uses musl.
+//
----------------
aaron.ballman wrote:
> What about Fortran?
Only files that using clang to compile will be affected. I have updated my expression here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137043/new/
https://reviews.llvm.org/D137043
More information about the cfe-commits
mailing list