From: Bill Wendling Date: Tue, 26 Nov 2013 10:24:12 +0000 (+0000) Subject: Merging r195420: X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffa56211ae9b3c84897d91bbc561950f30004964;p=clang Merging r195420: ------------------------------------------------------------------------ r195420 | alp | 2013-11-22 00:00:20 -0800 (Fri, 22 Nov 2013) | 6 lines Add txt file extension to VS solution's README This matches other README.txt files in LLVM and makes things more obvious on Windows where it's likely to be read. CRLFs are retained for the same reason. Also fix Visual Studio product name. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@195725 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/clang-format-vs/README b/tools/clang-format-vs/README.txt similarity index 56% rename from tools/clang-format-vs/README rename to tools/clang-format-vs/README.txt index 240821c4af..6d4ebb39ea 100644 --- a/tools/clang-format-vs/README +++ b/tools/clang-format-vs/README.txt @@ -1,6 +1,6 @@ -This directory contains a VSPackage project to generate a visual studio extension +This directory contains a VSPackage project to generate a Visual Studio extension for clang-format. Build prerequisites are: - Visual Studio 2012 Professional -- Visual Studio SDK (http://www.microsoft.com/en-us/download/details.aspx?id=30668) \ No newline at end of file +- Visual Studio SDK (http://www.microsoft.com/en-us/download/details.aspx?id=30668)