-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature: Code AnalysisRelated to integration with clang-tidy, cppcheck, cl.exe /analyze, etc.Related to integration with clang-tidy, cppcheck, cl.exe /analyze, etc.Feature: Code FormattingLanguage Servicebug
Milestone
Description
Bug Summary
When the user has installed their own version of clang-format or clang-tidy, but has not specified a specific path to the binary, we will compare one from the user's environment with the one we bundle in the extension to see which version is newer.
The logic currently expects the third token in the version query output to be the version number, but this is not always the case. I think a more robust solution might attempt to convert each token to a semver until we find a valid one in case there are more or less tokens in the output.
RE: #12718
bshoshany and thernstig
Metadata
Metadata
Assignees
Labels
Feature: Code AnalysisRelated to integration with clang-tidy, cppcheck, cl.exe /analyze, etc.Related to integration with clang-tidy, cppcheck, cl.exe /analyze, etc.Feature: Code FormattingLanguage Servicebug
Type
Projects
Status
Done