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-...@lists.llvm.org
          Reporter: lab...@google.com
                CC: jdevliegh...@apple.com, llvm-bugs@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 on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to