Skip to content
New issue

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

C issues #375

Open
BaseMax opened this issue Dec 2, 2024 · 0 comments
Open

C issues #375

BaseMax opened this issue Dec 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working c
Milestone

Comments

@BaseMax
Copy link
Member

BaseMax commented Dec 2, 2024

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).
@BaseMax BaseMax self-assigned this Dec 2, 2024
@BDadmehr0 BDadmehr0 added c bug Something isn't working labels Dec 2, 2024
@BDadmehr0 BDadmehr0 added this to the November milestone Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working c
Projects
None yet
Development

No branches or pull requests

2 participants