[cfe-commits] r155267 - in /cfe/trunk: lib/Sema/SemaExprMember.cpp test/SemaCXX/member-expr.cpp

Chandler Carruth chandlerc at google.com
Fri Apr 20 18:17:33 PDT 2012


On Fri, Apr 20, 2012 at 6:12 PM, Matt Beaumont-Gay <matthewbg at google.com>wrote:

> +      Diag(OpLoc, diag::err_typecheck_member_reference_struct_union)
>         << BaseType << BaseExpr->getSourceRange();
>

We should also probably underline the member name...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120420/cc2f7310/attachment.html>


More information about the cfe-commits mailing list