From 0b1ea73b56192c3a0b74feb950d45edc2daf7914 Mon Sep 17 00:00:00 2001 From: Enache Ionut Date: Fri, 6 Oct 2017 18:46:17 +0300 Subject: [PATCH 1/2] change version --- .../ClangPowerTools/source.extension.vsixmanifest | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ClangPowerTools/ClangPowerTools/source.extension.vsixmanifest b/ClangPowerTools/ClangPowerTools/source.extension.vsixmanifest index 8302bfcdc..ed9c970bb 100644 --- a/ClangPowerTools/ClangPowerTools/source.extension.vsixmanifest +++ b/ClangPowerTools/ClangPowerTools/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Clang Power Tools A tool bringing clang-tidy magic to Visual Studio C++ developers. https://github.com/Caphyon/clang-power-tools @@ -13,9 +13,9 @@ clang;clang-tidy;modernize;static analysis;clang compile;tools;c++ - - - + + + From a37d65adc35470cb6bbdf27b9f052e85459b4830 Mon Sep 17 00:00:00 2001 From: Enache Ionut Date: Fri, 6 Oct 2017 19:16:31 +0300 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25823eac2..6b2f5975e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.