]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
clangd: Ignore osmocom code in submodules
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 3 Apr 2023 23:09:00 +0000 (17:09 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 3 Apr 2023 23:09:00 +0000 (17:09 -0600)
.clangd

diff --git a/.clangd b/.clangd
index e04c81b7bd39b1775011395e2aa6b9b61de93988..73f68257b30ce2573fd5558ba153588178b73945 100644 (file)
--- a/.clangd
+++ b/.clangd
@@ -1,3 +1,9 @@
+# osmocom code has many errors/warnings and seems to lock up clangd
+If:
+  PathMatch: .*/rlm_sigtran/(libosmo|asn1).*
+Index:
+  Background: Skip
+---
 # Should apply only to header files
 If:
   PathMatch: .*\.h