With this change, cl::ResetAllOptionOccurrences() clears
cl::list just like cl::opt, allowing users to call
cl::ParseCommandLineOptions() multiple times without interference from
previous calls.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM