Files
revng-revng/include/revng
Antonio Frighetto 184fd42aea CLOption: improve isSet for a cl::opt<T>
A logic issue existed when validating whether a `cl::opt<T>`
was set. This has been addressed by replacing `isDefaultOption`
method with `getNumOccurrences`, as the former one was not
meant to be used for checking if the option was set or not.
Likewise, the default Option itself is written to a `std::string`,
in method `get`; the latter is leveraged by `Invokable`.
2023-01-31 10:41:13 +01:00
..
2022-12-09 18:09:39 +01:00
2022-12-09 18:09:39 +01:00
2022-10-20 14:20:12 +02:00
2022-04-15 18:25:08 +02:00
2022-12-09 18:09:39 +01:00
2022-11-15 14:15:20 +01:00
2022-10-20 14:20:12 +02:00
2022-12-09 18:09:39 +01:00
2022-12-09 18:09:39 +01:00