From 60c254c098cd6f4a87123417cb97a73d50dfa3a8 Mon Sep 17 00:00:00 2001
From: Hans Wennborg <hans@hanshq.net>
Date: Mon, 25 Nov 2013 21:42:06 +0000
Subject: [PATCH] Clang format VS plugin: update build prerequisites in the
 README

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195690 91177308-0d34-0410-b5e6-96231b3b80d8
---
 tools/clang-format-vs/README.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/clang-format-vs/README.txt b/tools/clang-format-vs/README.txt
index 6d4ebb39ead..9b75bc30657 100644
--- a/tools/clang-format-vs/README.txt
+++ b/tools/clang-format-vs/README.txt
@@ -3,4 +3,5 @@ for clang-format.
 
 Build prerequisites are:
 - Visual Studio 2012 Professional
-- Visual Studio SDK (http://www.microsoft.com/en-us/download/details.aspx?id=30668)
+- Visual Studio 2010 Professional
+- Visual Studio 2010 SDK.
-- 
GitLab