[PATCH] D16965: Fix for Bug 14644 - clang confuses scope operator for global namespace giving extra qualification on member

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 17 22:00:40 PDT 2016


dblaikie added a comment.

Not sure I fully understand the issue with the existing diagnostic/change in wording.

'::' is a nested name specifier, even if it's a degenerate case, I think - so the old wording doesn't seem wrong, as such (& the new text seems correct in the other cases too - should we just switch to that in general rather than having two cases?)


http://reviews.llvm.org/D16965





More information about the cfe-commits mailing list