Skip to content

Releases: Caphyon/clang-power-tools

Clang Power Tools

06 Jun 08:56
3789f0d
Compare
Choose a tag to compare

Clang Power Tools 3.5

June 5, 2018

Improvements:

  • Support for compiling C files

Bugs:

  • The File Ignore and Project Ignore filters didn't worked
  • Clang Compile and Clang 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

15 May 14:22
036db72
Compare
Choose a tag to compare

Clang Power Tools 3.4.2

May 15, 2018

Bugs:

  • Selecting elements from the Tidy -> Predefined Checks page has caused crashes.

Clang Power Tools

15 May 13:29
618da73
Compare
Choose a tag to compare

Clang Power Tools 3.4.1

May 15, 2018

Bugs:

  • Auto clang-format on save did not work for upgraded installs

Clang Power Tools

14 May 16:14
f317e50
Compare
Choose a tag to compare

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

24 Apr 09:03
9eea32c
Compare
Choose a tag to compare

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

29 Mar 13:12
8722c0c
Compare
Choose a tag to compare

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

23 Mar 20:57
741c25c
Compare
Choose a tag to compare

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

22 Mar 13:31
9dc0530
Compare
Choose a tag to compare

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

12 Mar 13:14
7b10d26
Compare
Choose a tag to compare

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

02 Mar 16:04
691915a
Compare
Choose a tag to compare

Clang Power Tools 3.0.1

March 2, 2018

Bugs:

  • VS loses focus on selected items.