[clang] [Driver] Find vendor-prefixed musl GCC toolchains (PR #206477)
Adeel Mujahid via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 29 06:07:34 PDT 2026
================
@@ -71,6 +71,7 @@ C/C++ Language Potentially Breaking Changes
Clang would previously ``break`` out of the ``while`` loop, whereas GCC (since version 9) would
``break`` out of the ``for`` loop here. Now, Clang and GCC both break out of the ``for`` loop.
+
- Clang now parses line and digit directives, module names, and original filenames as unevaluated
----------------
am11 wrote:
```suggestion
- Clang now parses line and digit directives, module names, and original filenames as unevaluated
```
https://github.com/llvm/llvm-project/pull/206477
More information about the cfe-commits
mailing list