[llvm-bugs] [Bug 45711] AUTOSAR rules for range loops
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Apr 28 10:49:42 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=45711
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Clang does not lower range-based for loops to regular for loops. I don't know
what tool you're using for that, but:
1) it's not clang, and
2) it's likely not reasonable to run your conformance checker on its output
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200428/a7faa65a/attachment.html>
More information about the llvm-bugs
mailing list