Issue 58135
Summary [lldb] Crash when printing `integral_constant<bool, true>` type
Labels lldb
Assignees
Reporter aeubanks
    ```
$ cat /tmp/b.cc
#include <type_traits>
int main() {
        std::integral_constant<bool, true> i;
}
$ clang++ -g -o /tmp/b /tmp/b.cc
$ lldb /tmp/b -b -o 'im loo -t "integral_constant<bool, true>"
Unexpected type for integer literal!                                                                                                                                                                               
UNREACHABLE executed at /usr/local/google/home/aeubanks/repos/llvm-project/clang/lib/AST/StmtPrinter.cpp:1279!                                                                                                     
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to