Skip to content

Commit

Permalink
Merge pull request #289 from Caphyon/release_v3.2
Browse files Browse the repository at this point in the history
Release v3.2
  • Loading branch information
Enache-Ionut authored Mar 22, 2018
2 parents 288a591 + 2bc3e5e commit 9dc0530
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
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="3.1.0" Language="en-US" Publisher="Caphyon" />
<Identity Id="Caphyon.705559db-5755-43fa-a023-41a3b14d2935" Version="3.2.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>http://www.clangpowertools.com/QaA</MoreInfo>
Expand Down
19 changes: 19 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Version History

### Clang Power Tools 3.2
*March 22, 2018*

Improvements:

* Added support for VS status bar.
* Added clang-tidy checker to output window messages.

Bugs:

* Last error message couldn't be detected.
* Consecutive error messages couldn't be detected.
* Did not work on Visual Studio 2017 Update 2 because vswhere does not support the -prerelease switch.
* Did not work when stdafx.cpp contained commented #include lines.
* Couldn't detect default Configuration Platform if comment nodes were present in the <ItemGroup> XML element.
* PCH header couldn't be detected when in a different physical location than that of PCH cpp.
* PCH header couldn't be detected if not present in project <ClInclude> XML element.
* Compilation stopped on PCH-creation errors even if -continue switch was present.

### Clang Power Tools 3.1
*March 12, 2018*

Expand Down

0 comments on commit 9dc0530

Please sign in to comment.