[llvm-bugs] [Bug 49709] clang parser crash for instantiating char array

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Oct 15 08:31:26 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=49709

Aaron Ballman <aaron at aaronballman.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEW                         |RESOLVED
                 CC|                            |aaron at aaronballman.com

--- Comment #4 from Aaron Ballman <aaron at aaronballman.com> ---
(In reply to Janez Zemva from comment #3)
> Is this an excuse for the crash? I don't need to export anything.

I have no idea who "Compiler Team" is, but they're not representative of the
Clang community. This issue has nothing to do with language linkage (the
default language linkage in C++ is C++ language linkage already).

This issue no longer appears on trunk and seems to have been fixed in Clang 13
(https://godbolt.org/z/e764Tna6G). If you're still able to reproduce the issue
with trunk, please reopen with further information about how to reproduce.
Thanks!

-- 
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/20211015/7b21b959/attachment-0001.html>


More information about the llvm-bugs mailing list