Skip to content
Extraits de code Groupes Projets
.clangd 268 o
If:                               # Apply this config conditionally
  PathMatch: .*\.h                # to all headers...
  CompileFlags:                     # Tweak the parse settings
    Add: [-xc++, -Wall]             # treat all files as C++, enable more warnings