-
-
Notifications
You must be signed in to change notification settings - Fork 262
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hey Andreas,
followin code:
template<bool B>
void f() noexcept(B)
{
}leads to following console output:
insights: /github/workspace/cppinsights/InsightsHelpers.cpp:1503: bool clang::insights::EvaluateAsBoolenCondition(const clang::Expr&, const clang::Decl&): Assertion `res' failed.
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
Segmentation fault (core dumped)
The same output for C++11 until C++2c. No other transformations are enabled.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working