Author: arphaman Date: Tue Aug 27 11:36:08 2019 New Revision: 370096 URL: http://llvm.org/viewvc/llvm-project?rev=370096&view=rev Log: Remove clang-tidy-vs from clang-tools-extra (PR41791)
The clang-tidy-vs visual studio plugin in clang-tools-extra contains a security vulnerability in the YamlDotNet package [1]. I posted to cfe-dev [2], asking if there was anyone who was interested in updating the the plugin to address the vulnerability. Reid mentioned that Zach (the original committer), said that there's another plugin (Clang Power Tools) that provides clang-tidy support, with additional extra features, so it would be ok to remove clang-tidy-vs. This commit removes the plugin to address the security vulnerability, and adds a section to the release notes that mentions that the plugin was removed, and suggests to use Clang Power Tools. Fixes PR 41791. [1]: https://nvd.nist.gov/vuln/detail/CVE-2018-1000210 [2]: http://lists.llvm.org/pipermail/cfe-dev/2019-August/063196.html Differential Revision: https://reviews.llvm.org/D66813 Removed: clang-tools-extra/trunk/clang-tidy-vs/ Modified: clang-tools-extra/trunk/CMakeLists.txt clang-tools-extra/trunk/docs/ReleaseNotes.rst Modified: clang-tools-extra/trunk/CMakeLists.txt URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/CMakeLists.txt?rev=370096&r1=370095&r2=370096&view=diff ============================================================================== --- clang-tools-extra/trunk/CMakeLists.txt (original) +++ clang-tools-extra/trunk/CMakeLists.txt Tue Aug 27 11:36:08 2019 @@ -4,7 +4,6 @@ add_subdirectory(clang-apply-replacement add_subdirectory(clang-reorder-fields) add_subdirectory(modularize) add_subdirectory(clang-tidy) -add_subdirectory(clang-tidy-vs) add_subdirectory(clang-change-namespace) add_subdirectory(clang-doc) Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ReleaseNotes.rst?rev=370096&r1=370095&r2=370096&view=diff ============================================================================== --- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original) +++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Tue Aug 27 11:36:08 2019 @@ -104,3 +104,11 @@ Improvements to pp-trace ------------------------ The improvements are... + +Clang-tidy visual studio plugin +------------------------------- + +The clang-tidy-vs plugin has been removed from clang, as +it's no longer maintained. Users should migrate to +`Clang Power Tools <https://marketplace.visualstudio.com/items?itemName=caphyon.ClangPowerTools>`_ +instead. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits