We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc9d55 commit 81212f0Copy full SHA for 81212f0
clang/test/Analysis/PR135665.cpp
@@ -13,7 +13,7 @@ overload(F&&...) -> overload<F...>;
13
14
int main()
15
{
16
- const auto l = overload([](const int* i) {});
+ const auto l = overload([](const int* i) {}); // no-crash
17
18
return 0;
19
}
0 commit comments