-
Notifications
You must be signed in to change notification settings - Fork 273
JSON output #62
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
JSON output #62
Conversation
1c48ffc
to
8344daa
Compare
break; | ||
|
||
case PLAIN: | ||
break; | ||
|
||
default:; | ||
default: | ||
assert(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My suggestion is to remove default: statements wherever possible as the compiler will warn you about missing cases.
@peterschrammel It seems that pull request also needs rebasing before it can be merged? Thanks! |
d3be2cd
to
24fd582
Compare
I have taken into account all your comments now. |
Thanks @peterschrammel for all the updates! github says there are still conflicts that need resolving? (Or maybe these are new conflicts.) |
24fd582
to
0a6b616
Compare
removed remove_unused_functions changes and the remaining enum-switch default |
Partially merged; note that show_goto_functions.cpp was missing. |
--json-ui option
and JSON output for
further TODOs: