[llvm-bugs] [Bug 25113] New: Assertion failed: (owner.Variable && owner.Loc.isValid()), function findCapturingExpr

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Oct 8 11:19:09 PDT 2015


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

            Bug ID: 25113
           Summary: Assertion failed: (owner.Variable &&
                    owner.Loc.isValid()), function findCapturingExpr
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: compnerd at compnerd.org
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 15037
  --> https://llvm.org/bugs/attachment.cgi?id=15037&action=edit
reduced.m

The reasonable assertion in findCapturingExpr is possible to trigger when
trying to do recovery from a typo correction.  The attached reduced test case
is able to reproduce this as of SVN r249700.

-- 
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/20151008/237feccc/attachment.html>


More information about the llvm-bugs mailing list