Skip to content

Commit

Permalink
Update config files
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchay9 committed Dec 4, 2023
1 parent 45cb192 commit 6c44903
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
13 changes: 1 addition & 12 deletions .clangd
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
CompileFlags:
# Treat code as C++, use C++20 standard, enable more warnings.
Add: [-xc++, -std=c++20, -Wall, -Wno-missing-prototypes]

# # # Remove extra warnings specified in compile commands.
# # # Single value is also acceptable, same as "Remove: [-mabi]"
# # Remove: -mabi
# # Diagnostics:
# # # Tweak Clang-Tidy checks.
# # ClangTidy:
# # Add: [performance*, modernize*, readability*]
# # Remove: [modernize-use-trailing-return-type]
# # CheckOptions:
# # readability-identifier-naming.VariableCase: CamelCase
Add: [-xc++, -std=c++20, -Wall, -Wno-missing-prototypes, -DLOCAL, -I/home/chi/code/include]
Empty file modified README.md
100755 → 100644
Empty file.
2 changes: 0 additions & 2 deletions compile_flags.txt

This file was deleted.

0 comments on commit 6c44903

Please sign in to comment.