summaryrefslogtreecommitdiff
path: root/.clangd
diff options
context:
space:
mode:
authorroy <[email protected]>2026-07-14 10:15:08 +0300
committerroy <[email protected]>2026-07-14 10:15:08 +0300
commit100b893f9ee67c8a26dfd038785b59bede7fcf5a (patch)
tree1dd36b9db8991f7a4ae05ae047a893a405f4a9d3 /.clangd
parentb4470c5718736e75377791994dc25736bac7dc13 (diff)
Solved 2015 question 3.HEADmaster
Diffstat (limited to '.clangd')
-rw-r--r--.clangd7
1 files changed, 7 insertions, 0 deletions
diff --git a/.clangd b/.clangd
new file mode 100644
index 0000000..837288f
--- /dev/null
+++ b/.clangd
@@ -0,0 +1,7 @@
+CompileFlags:
+ Add:
+ - -Wall
+ - -Wextra
+ - -Wpedantic
+ - -Wconversion
+ - -Wshadow