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@lists.llvm.org
          Reporter: lab...@google.com
                CC: jdevliegh...@apple.com, llvm-b...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to