Skip to content
Snippets Groups Projects
.clangd 381 B
CompileFlags:                     # Tweak the parse settings
  Add: [-xc++, -Wall]             # treat all files as C++, enable more warnings
  Remove: -fconcepts                     # strip all other warning-related flags
Diagnostics:
  ClangTidy:
    Remove: cppcoreguidelines-special-member-functions
#HeaderInsertion:
#  Match: <Eigen/src/Geometry/.*>
#  Use: <Eigen/Geometry>