On Thu, Jul 31, 2014 at 5:36 PM, Reid Kleckner <[email protected]> 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 <[email protected]> > wrote: >> >> Should this get merged into 3.5? >> >> >> On Thu, Jul 31, 2014 at 5:02 PM, Hans Wennborg <[email protected]> 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 [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
