Sometimes it would be useful to see which Decl kind caused some issue,
along with the name of the concrete instance of the Decl in the source
code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/AST/ASTImporterLookupTable.cpp | ||
---|---|---|
107 | This feels more like an assert case rather than an llvm_unreachable case. |
clang/lib/AST/ASTImporterLookupTable.cpp | ||
---|---|---|
107 | I want to display a runtime constructed error message before actually terminating the application. AFAIK asserts cannot accomplish this. |
This feels more like an assert case rather than an llvm_unreachable case.