Skip to content

Simplified command-line handling of source files #1

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

creichen
Copy link

@creichen creichen commented Nov 3, 2024

Previously, the mandatory -S parameter took a key-value pair list, though the "value" part wasn't used anywhere in the code (as far as I could see).
This change allows specifying
-S foo.c:bar.c
instead of
-S foo.c,A:bar.c:A
to analyse the two source files foo.c and bar.c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant