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

            Bug ID: 25257
           Summary: templated lambda compile causes segfault in
                    clang::ASTContext::getTypeInfoImpl(clang::Type const*)
                    const
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++14
          Assignee: unassignedclangb...@nondot.org
          Reporter: cppljev...@suddenlink.net
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

Created attachment 15118
  --> https://llvm.org/bugs/attachment.cgi?id=15118&action=edit
source code

With attached code, when #define TEMPLATE_LAMBDA, get segfault as shown
in the attached compile output.  When !defined(TEMPLATE_LAMBDA), compiles
OK.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to