"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "4d9c3400f353ebf569076db7133c68568c33f67d"
Fix diagnostic for static methods referencing fields from using decls
Previously we thought the instance member was a function, not a field, and we'd say something silly like: t.cpp:4:27: error: call to non-static member function without an object argument static int f() { return n; } ^ Noticed in PR21923. llvm-svn: 224480
Loading
Please register or sign in to comment