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

Hans Wennborg hans at chromium.org
Thu Jul 31 17:35:55 PDT 2014


I thought about that for the clang-cl integration with the CTP too
(which landed just after the branch), but I didn't go for it.

The way I see it, this wasn't a bug fix, but a new feature, and those
who want the bleeding-edge stuff can just use the weekly snapshot.

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



More information about the cfe-commits mailing list