On Sat, Sep 1, 2012 at 5:48 PM, Joao Matos <[email protected]> wrote:
> Author: triton > Date: Sat Sep 1 19:48:08 2012 > New Revision: 163079 > > URL: http://llvm.org/viewvc/llvm-project?rev=163079&view=rev > Log: > Include the diagnostic introduced in r163078 in a group. > > Modified: > cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td > > Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=163079&r1=163078&r2=163079&view=diff > > ============================================================================== > --- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original) > +++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Sat Sep 1 > 19:48:08 2012 > @@ -1674,8 +1674,7 @@ > "\"local-dynamic\", \"initial-exec\" or \"local-exec\"">; > def warn_ms_inheritance_already_declared : Warning< > "ignored since inheritance model was already declared as '" > - "%select{single|multiple|virtual}0'">; > - > + "%select{single|multiple|virtual}0'">, InGroup<Microsoft>; > As far as I understand, -Wmicrosoft warns about things that aren't valid code which are permitted in microsoft mode. This diagnostic probably doesn't belong into this group. > def err_only_annotate_after_access_spec : Error< > "access specifier can only have annotation attributes">; > > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
