r214461 - clang-format vs plugin: claim support for VS 14 CTP too
Reid Kleckner
rnk at google.com
Thu Jul 31 17:36:08 PDT 2014
We should document somewhere that you can't really use the "14" STL due to
issues with __vectorcall.
On Thu, Jul 31, 2014 at 5:28 PM, David Majnemer <david.majnemer at gmail.com>
wrote:
> Should this get merged into 3.5?
>
>
> On Thu, Jul 31, 2014 at 5:02 PM, Hans Wennborg <hans at hanshq.net> wrote:
>
>> Author: hans
>> Date: Thu Jul 31 19:02:24 2014
>> New Revision: 214461
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=214461&view=rev
>> Log:
>> clang-format vs plugin: claim support for VS 14 CTP too
>>
>> Modified:
>> cfe/trunk/tools/clang-format-vs/source.extension.vsixmanifest.in
>>
>> Modified: cfe/trunk/tools/clang-format-vs/
>> source.extension.vsixmanifest.in
>> URL:
>> http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-format-vs/source.extension.vsixmanifest.in?rev=214461&r1=214460&r2=214461&view=diff
>>
>> ==============================================================================
>> --- cfe/trunk/tools/clang-format-vs/source.extension.vsixmanifest.in
>> (original)
>> +++ cfe/trunk/tools/clang-format-vs/source.extension.vsixmanifest.in Thu
>> Jul 31 19:02:24 2014
>> @@ -19,6 +19,9 @@
>> <VisualStudio Version="12.0">
>> <Edition>Pro</Edition>
>> </VisualStudio>
>> + <VisualStudio Version="14.0">
>> + <Edition>Pro</Edition>
>> + </VisualStudio>
>> </SupportedProducts>
>> <SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0"
>> />
>> </Identifier>
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140731/582c868a/attachment.html>
More information about the cfe-commits
mailing list