Skip to content

Releases: ch1bo/flycheck-clang-tidy

0.3.0

30 Oct 08:25
0.3.0
2f89698
Compare
Choose a tag to compare

Changes

  • Added an error explainer that searches clang.llvm.org for documentation and displays it in a buffer. (from Daniel Martín)

Bugfixes

  • Added variable alias for executable path to keep names consistent. (flycheck-clang-tidy-executableflycheck-c/c++-clang-tidy-executable)
  • Documentation and code consistency fixes. (from Daniel Martín)

0.2.0

02 Oct 15:40
0.2.0
130e933
Compare
Choose a tag to compare

Changes

  • Run c/c++-cppcheck after our check, if possible.
  • Only display the first line of the message from clang-tidy.