================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
