[clang-tools-extra] r283986 - [clang-tidy-vs] Fix ClangTidy extension name in the manifest.

Marek Kurdej via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 12 01:32:59 PDT 2016


Author: mkurdej
Date: Wed Oct 12 03:32:59 2016
New Revision: 283986

URL: http://llvm.org/viewvc/llvm-project?rev=283986&view=rev
Log:
[clang-tidy-vs] Fix ClangTidy extension name in the manifest.

Modified:
    clang-tools-extra/trunk/clang-tidy-vs/source.extension.vsixmanifest.in

Modified: clang-tools-extra/trunk/clang-tidy-vs/source.extension.vsixmanifest.in
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy-vs/source.extension.vsixmanifest.in?rev=283986&r1=283985&r2=283986&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy-vs/source.extension.vsixmanifest.in (original)
+++ clang-tools-extra/trunk/clang-tidy-vs/source.extension.vsixmanifest.in Wed Oct 12 03:32:59 2016
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Vsix Version="1.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
   <Identifier Id="405594C3-042A-4155-B9A6-E25DAB8B1924">
-    <Name>ClangFormat</Name>
+    <Name>ClangTidy</Name>
     <Author>LLVM</Author>
     <Version>@CLANG_TIDY_VS_VERSION@</Version>
     <Description xml:space="preserve">A static analysis tool for C/C++ code.</Description>




More information about the cfe-commits mailing list