Releases: Caphyon/clang-power-tools
Releases · Caphyon/clang-power-tools
Clang Power Tools
Clang Power Tools 3.5
June 5, 2018
Improvements:
- Support for compiling
C files
Bugs:
- The
File Ignore
andProject Ignore
filters didn't worked Clang Compile
andClang Tidy
commands crashed when extra white spaces and extra delimitaters were added in UI text fields- Buttons have overlapped the text in the UI fields
Clang Power Tools
Clang Power Tools 3.4.2
May 15, 2018
Bugs:
- Selecting elements from the
Tidy
->Predefined Checks
page has caused crashes.
Clang Power Tools
Clang Power Tools 3.4.1
May 15, 2018
Bugs:
- Auto clang-format on save did not work for upgraded installs
Clang Power Tools
Clang Power Tools 3.4
May 14, 2018
Improvements:
- Updated "clang-format.exe" to the latest version 6.0.0
- Support to use different version of "clang-format.exe" from the one in the box
- Redesigned settings panel
Bugs:
- Errors in headers were shown multiple times if different folder delimiters were used.
Clang Power Tools
Clang Power Tools 3.3.1
April 24, 2018
Bugs:
- Clang output text was separated into multiple lines.
- Source files with ExcludedFromBuild child property set to true were compiled.
- Empty project files were not correctly handled.
Clang Power Tools
Clang Power Tools 3.3
March 29, 2018
Improvements:
- Improved responsiveness during lengthy operations.
- Added support for filter errors by "Project" field in the Error List.
- Removes errors when closing a project.
- Use the whole file name of PCH cpp to detect PCH header directory.
Clang Power Tools
Clang Power Tools 3.2.1
March 23, 2018
Bugs:
- Clang compile fails when project has no Additional Include Directories.
- Error line number from error list was displayed wrong.
Clang Power Tools
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 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 XML element.
- Compilation stopped on PCH-creation errors even if -continue switch was present.
Clang Power Tools
Clang Power Tools 3.1
March 12, 2018
Improvements:
- Added support for [MSBuild]::GetDirectoryNameOfFileAbove.
- Added support for clang format selection.
Bugs:
- When the LLVM was not installed the custom error message was not displayed.
Clang Power Tools
Clang Power Tools 3.0.1
March 2, 2018
Bugs:
- VS loses focus on selected items.