microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.54k stars 1.56k forks source link

Code analysis with g++ 14 headers and C++20 gives a bunch of clang-diagnostic-error's in limits/format headers #12942

Open sean-mcmanus opened 3 weeks ago

sean-mcmanus commented 3 weeks ago

Excluding the g++ defines that start with __FLT might be fix it? Reproed with Ubuntu 24.

This is not a regression with our extension, but it doesn't repro with older g++ versions (such as g++ 10).