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.
2 parents 52fb0d0 + 8dcd02a commit 860ae77Copy full SHA for 860ae77
clang/test/AST/ByteCode/cxx11.cpp
@@ -374,7 +374,7 @@ namespace GH150709 {
374
namespace DiscardedAddrLabel {
375
void foo(void) {
376
L:
377
- *&&L; // both-error {{indirection not permitted}} \
+ *&&L; // both-error {{indirection not permitted on operand of type 'void *'}} \
378
// both-warning {{expression result unused}}
379
}
380
0 commit comments