[cfe-commits] r155267 - in /cfe/trunk: lib/Sema/SemaExprMember.cpp test/SemaCXX/member-expr.cpp
Matt Beaumont-Gay
matthewbg at google.com
Fri Apr 20 19:13:52 PDT 2012
Done, r155274.
On Fri, Apr 20, 2012 at 18:17, Chandler Carruth <chandlerc at google.com> wrote:
> 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...
More information about the cfe-commits
mailing list