Skip to content

Releases: Caphyon/clang-power-tools

Clang Power Tools

13 Oct 13:03
Compare
Choose a tag to compare

Improvements:

  • Added clang warnings and messages with line navigation in both output pane and error list.
  • Included clang notification(errors, warnings, messages) in Build Only category.
  • Formatted clang output.

Bugs:

  • Fixed clang error detection algorithm.
  • Fixed clang errors line navigation from output pane.
  • Fixed the vsix installer detection for VS2017.

Clang Power Tools

08 Oct 15:17
Compare
Choose a tag to compare

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.