Files
googlepinyinime-rev/.clangd

10 lines
394 B
Plaintext
Raw Normal View History

2025-01-01 23:59:37 +08:00
CompileFlags:
Add: [
"-std=c++17",
"-I/home/sonnycalcr/EDisk/TemplateCodes/LinuxCppTemplate/includes", # you should replace this to your own include path of this project
# -Wno-unused-value,
] # ignore some specific warnings
CompilationDatabase: build/ # Search build/ directory for compile_commands.json
# Diagnostics:
# UnusedIncludes: None # ignore unused includes