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 d064095 commit 97257d7Copy full SHA for 97257d7
clang/test/SemaCXX/typo-correction-crash.cpp
@@ -32,8 +32,7 @@ FooRecord::NestedNamespace::type x; // expected-error {{no member named 'NestedN
32
33
void cast_expr(int g) { +int(n)(g); } // expected-error {{undeclared identifier 'n'}}
34
35
-void bind() { for (const auto& [test,_] : _test_) { }; } // expected-error {{undeclared identifier '_test_'}} \
36
- // expected-note {{'test' declared here}}
+void bind() { for (const auto& [test,_] : _test_) { }; } // expected-error {{undeclared identifier '_test_'}}
37
38
namespace NoCrash {
39
class S {
0 commit comments