Skip to content

Commit

Permalink
Merge pull request #21 from Caphyon/Release-1.1.0
Browse files Browse the repository at this point in the history
Release 1 1 0
  • Loading branch information
Enache-Ionut authored Oct 6, 2017
2 parents b3e7f15 + a37d65a commit 8d8937e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,21 @@ Bugs:
* Fixed navigation to clang error in code editor.
* Fixed clang error parse algorithm.
* Fixed detection when lightweight solution load is enabled.

### Clang Power Tools 1.1.0

Improvements:
* Support for Visual Studio 2015.
* Open the modified files after clang tidy format command.
* Suppress the reload popup shown by the Visual Studio.
* Integrated -quiet in the same way as other clag flags.
* Generalized PCH support for more than stdafx.h.

Bugs:
* Clean the output and errors before a new command and build action.
* Fixed the include directories option.
* Fixed error detection for error list.
* Fixed LLVM detection mechanism from Visual Studio Extension.
* Switched to -fix-errors when calling clang-tidy.
* Removed restriction to CPP files when looking for ClCompile entries.
* Fixed compilation when vcxproj has both 32 and 64 bit platform configrations.
8 changes: 4 additions & 4 deletions ClangPowerTools/ClangPowerTools/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Caphyon.705559db-5755-43fa-a023-41a3b14d2935" Version="1.0.1" Language="en-US" Publisher="Caphyon" />
<Identity Id="Caphyon.705559db-5755-43fa-a023-41a3b14d2935" Version="1.1.0" Language="en-US" Publisher="Caphyon" />
<DisplayName>Clang Power Tools</DisplayName>
<Description xml:space="preserve">A tool bringing clang-tidy magic to Visual Studio C++ developers.</Description>
<MoreInfo>https://github.com/Caphyon/clang-power-tools</MoreInfo>
Expand All @@ -13,9 +13,9 @@
<Tags>clang;clang-tidy;modernize;static analysis;clang compile;tools;c++</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand Down

0 comments on commit 8d8937e

Please sign in to comment.