r197972 - Support and use token kinds as diagnostic arguments

Faisal Vali faisalv at gmail.com
Thu Dec 26 10:13:41 PST 2013


Thanks for the heads up Reid - i think i should be ok as long as VS2012
(takes even longer to link - ugh!) is supported.

Faisal Vali



On Thu, Dec 26, 2013 at 12:02 PM, Reid Kleckner <rnk at google.com> wrote:

>   On Tue, Dec 24, 2013 at 6:07 PM, Alp Toker <alp at nuanti.com> wrote:
>
>>
>> On 25/12/2013 00:49, Faisal Vali wrote:
>>
>>> Hi Alp,
>>>     This patch prevents clang from compiling in VS2010 (which supports
>>> strong enums) - that's because forward declared enums (which are being used
>>> in Diagnostic.h) aren't supported till VS2013.
>>>
>>
>> Looks like they're fine in VS2012, while VS2010 only had strongly /typed/
>> enums. Patched up in LLVM r197992.
>>
>> Thanks for spotting this Faisal
>>
>
> Faisal, we're going to move to C++11 in the next few months and drop 2010
> support when that happens, so I recommend upgrading soon.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131226/849b7ab6/attachment.html>


More information about the cfe-commits mailing list