We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git clone https://github.com/SalamLang/Salam cd Salam clang-tidy src/*.c -checks='-*,clang-analyzer-deadcode.DeadStores,clang-analyzer-deadcode.UnusedFunctions'
root@maxbasecode:/tmp/Salam# clang-tidy src/*.c -checks='-*,clang-analyzer-deadcode.DeadStores,clang-analyzer-deadcode.UnusedFunctions' Error while trying to load a compilation database: Could not auto-detect compilation database for file "src/array.c" No compilation database found in /tmp/Salam/src or any parent directory fixed-compilation-database: Error while opening fixed database: No such file or directory json-compilation-database: Error while opening JSON database: No such file or directory Running without flags. [1/22] Processing file /tmp/Salam/src/array.c. [2/22] Processing file /tmp/Salam/src/array_custom.c. [3/22] Processing file /tmp/Salam/src/ast.c. [4/22] Processing file /tmp/Salam/src/ast_layout.c. [5/22] Processing file /tmp/Salam/src/ast_layout_style.c. [6/22] Processing file /tmp/Salam/src/downloader.c. [7/22] Processing file /tmp/Salam/src/file.c. [8/22] Processing file /tmp/Salam/src/generator.c. 4 warnings generated. [9/22] Processing file /tmp/Salam/src/generator_identifier.c. 4 warnings generated. [10/22] Processing file /tmp/Salam/src/generator_layout.c. 6 warnings generated. [11/22] Processing file /tmp/Salam/src/generator_layout_style.c. 6 warnings generated. [12/22] Processing file /tmp/Salam/src/generator_salam.c. 6 warnings generated. [13/22] Processing file /tmp/Salam/src/hashmap.c. 6 warnings generated. [14/22] Processing file /tmp/Salam/src/hashmap_custom.c. 6 warnings generated. [15/22] Processing file /tmp/Salam/src/lexer.c. 6 warnings generated. [16/22] Processing file /tmp/Salam/src/log.c. 6 warnings generated. [17/22] Processing file /tmp/Salam/src/main.c. 6 warnings generated. [18/22] Processing file /tmp/Salam/src/memory.c. 6 warnings generated. [19/22] Processing file /tmp/Salam/src/parser.c. 6 warnings generated. [20/22] Processing file /tmp/Salam/src/parser_layout.c. 6 warnings generated. [21/22] Processing file /tmp/Salam/src/string_buffer.c. 6 warnings generated. [22/22] Processing file /tmp/Salam/src/validator.c. 6 warnings generated. Suppressed 6 warnings (6 with check filters).
The text was updated successfully, but these errors were encountered:
BaseMax
No branches or pull requests
The text was updated successfully, but these errors were encountered: