diff options
author | Alp Toker <alp@nuanti.com> | 2013-11-22 08:00:20 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-11-22 08:00:20 +0000 |
commit | 9ba7536e4540d2116637b23f3d6ba3362a4a1918 (patch) | |
tree | 1b0897c40a146ced15bebd6bb7b8159be2b31509 /clang/tools/clang-format-vs | |
parent | b159c13d11c1461719a17671245a5c3befb67d10 (diff) | |
download | bcm5719-llvm-9ba7536e4540d2116637b23f3d6ba3362a4a1918.tar.gz bcm5719-llvm-9ba7536e4540d2116637b23f3d6ba3362a4a1918.zip |
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.
llvm-svn: 195420
Diffstat (limited to 'clang/tools/clang-format-vs')
-rw-r--r-- | clang/tools/clang-format-vs/README.txt (renamed from clang/tools/clang-format-vs/README) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/clang-format-vs/README b/clang/tools/clang-format-vs/README.txt index 240821c4af0..6d4ebb39ead 100644 --- a/clang/tools/clang-format-vs/README +++ b/clang/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)
|