Sean McManus

Results 60 issues of Sean McManus

### Brief Issue Summary Do "CMake: Build" with code that passes something like a `std::vector` to a parameter that takes a `std::vector&&` (i.e. `std::move` is missing). The result has multiple...

Feature Request
Feature: diagnostics

Our testing indicated that performance was on par with Visual Studio and that VS had some bugs that was causing worse performance (due to it getting stuck processing on 1...

Language Service
Feature Request
performance
Feature: Find All References

### Discussed in https://github.com/microsoft/vscode-cpptools/discussions/9705 Originally posted by **MathiasDeRoover** August 9, 2022 Clang-tidy is consistently crashing when I add the -m32 compiler flag to my configuration. The message in the logs...

bug
Language Service
fixed (release pending)
quick fix
Feature: Code Analysis

If C_Cpp.codeAnalysis.clangTidy.useBuildPath is true then 'stddef.h' file not found may occur with the clang-tidy version that ships with our extension. The workaround is to set C_Cpp.codeAnalysis.clangTidy.path or possibly to launch...

bug
Language Service
Feature: Code Analysis

@sean-mcmanus Recently I have been facing the same problem: formatter stuck when saving (I have auto save and format on save active) and intellisense stuck in the flame icon forever...

bug
Language Service
reliability
regression
Not Repro - Internal

I have some highlighting issues too. Machine type:- M1 mac air 8 GB ram 256 GB SSD. ``` #include "bits/stdc++.h" using namespace std; #define ll long long // ordered set...

bug
Language Service
fixed (release pending)
Visual Studio
verified

### Environment - OS and Version: - VS Code Version: - C/C++ Extension Version: - Other extensions you installed (and if the issue persists after disabling them): - If using...

bug
Language Service
fixed (release pending)
Visual Studio

More info later... [ ]: Windows [ ]: Linux/Mac

Language Service
performance
enhancement

Seems low priority for now. The YAML pipeline seems to have get around some PAT issue with the classic pipelines.

Language Service
internal

Use ``` typedef struct foo { struct foo* f; } foo; ``` The Outline view incorrectly shows "foo::foo" being a declaration. This bug has existed in VS for a long...

bug
Language Service
Visual Studio
more votes needed