arduino / arduino-language-server

An Arduino Language Server based on Clangd to Arduino code autocompletion
GNU Affero General Public License v3.0
120 stars 11 forks source link

Suppress 'anon_bitfield_qualifiers' errors #92

Closed cmaglie closed 2 years ago

cmaglie commented 2 years ago

Those errors are present in the CMSIS-Atmel package, and makes the language server produce other bogus errors as a consquence of parse failure of header files.

See https://github.com/arduino/arduino-ide/issues/307 See https://github.com/arduino/arduino-ide/issues/112