mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
cex: rename -Wcounterexample as -Wcounterexamples, and support -Wcex
Plural vs. singular is always a problem... But we already have conflicts-sr and conflicts-rr, so counterexamples makes more sense than counterexample. Besides, -Wcounterexample will still be accepted as an unambiguous prefix of -Wcounterexamples. Add -Wcex as a convenient alias. While at it, use only "counterexample", never "counter example". * src/complain.h, src/complain.c (Wcounterexample, warning_counterexample): Rename as... (Wcounterexamples, warning_counterexamples): these. (argmatch_warning_docs): Rename -Wcounterexample as -Wcounterexamples. (argmatch_warning_args): Likewise. Add support for -Wcex. Adjust dependencies.
This commit is contained in:
@@ -1036,7 +1036,7 @@ generate_next_states (search_state *ss, state_item *conflict1,
|
||||
}
|
||||
|
||||
/*
|
||||
* Perform the actual counter example search,
|
||||
* Perform the actual counterexample search,
|
||||
* keeps track of what stage of the search algorithm
|
||||
* we are at and gives the appropriate counterexample
|
||||
* type based off of time constraints.
|
||||
|
||||
Reference in New Issue
Block a user