Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • a9cb3ea1dde8b4e6a8a9a513dc8ff564c55fa7fc
  • master par défaut
  • script
  • new-devel
  • devel
  • timingView-edit
  • fix-mpv
7 résultats

.clangd

Blame
  • .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