r214461 - clang-format vs plugin: claim support for VS 14 CTP too

Hans Wennborg hans at chromium.org
Tue Aug 5 11:58:31 PDT 2014


On Thu, Jul 31, 2014 at 5:36 PM, Reid Kleckner <rnk at google.com> wrote:
> We should document somewhere that you can't really use the "14" STL due to
> issues with __vectorcall.

I've mentioned this on the snapshots page in r214915.

 - Hans

> 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>



More information about the cfe-commits mailing list