[llvm-commits] [PATCH] MS compatibility: consecutive right angle brackets are allowed

Eli Friedman eli.friedman at gmail.com
Fri Aug 31 13:05:36 PDT 2012


On Fri, Aug 31, 2012 at 6:42 AM, Martin Vejnár <Martin.Vejnar at avg.com> wrote:
> Hi,
>
>
>
> the above patch converts err_right_angle_bracket_equal_needs_space to
> warn_cxx98_compat_two_right_angle_brackets when MS compatibility is enabled
> (VS allowed consecutive angle brackets as template terminators since at
> least version 2008, even when language extensions are disabled).

IIRC, we don't expect MS compatibility to work outside of -std=c++11 mode...

Also, wrong mailing list.

-Eli




More information about the llvm-commits mailing list