[lldb-dev] [Bug 44262] New: variable templates in expressions cause lldb to crash

via lldb-dev lldb-dev at lists.llvm.org
Tue Dec 10 06:27:56 PST 2019


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

            Bug ID: 44262
           Summary: variable templates in expressions cause lldb to crash
           Product: lldb
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: labath at google.com
                CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org

(lldb) expr --top-level -- template<typename T> T aaa = 1;
(lldb) expr -- aaa
lldb: clang/lib/AST/Type.cpp:2106: bool clang::Type::isConstantSizeType()
const: Assertion `!isDependentType() && "This doesn't make sense for dependent
types"' failed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20191210/e9571001/attachment-0001.html>


More information about the lldb-dev mailing list