[llvm-bugs] [Bug 35779] Segmentation fault when function definition is missing class qualifier

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Dec 31 07:17:16 PST 2017


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

Dimitry Andric <dimitry at andric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE
                 CC|                            |dimitry at andric.com

--- Comment #3 from Dimitry Andric <dimitry at andric.com> ---
This is a duplicate of bug 33843, fixed in https://reviews.llvm.org/rL314124. 
Minimized test case:

// clang -cc1 -triple x86_64-- -S -std=c++17 pr35779-min.cpp
void set_world() {
  for (auto &[name, source] : sources)
    ;
}

*** This bug has been marked as a duplicate of bug 33843 ***

-- 
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/20171231/3f281c29/attachment.html>


More information about the llvm-bugs mailing list