Add comments about unclear bool arguments to functions, switch to
hasArg instead of getLastArg for cases where we don't need to check
the argument's value.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D152360
[llvm-dlltool] Clarify parameters, simplify ArgList usage. NFC. ClosedPublic Authored by mstorsjo on Jun 7 2023, 4:39 AM.
Details Summary Add comments about unclear bool arguments to functions, switch to
Diff Detail
Event Timelinealvinhochun added a child revision: D152363: [llvm-dlltool] Implement the --no-leading-underscore option.Jun 7 2023, 5:54 AM This revision is now accepted and ready to land.Jun 7 2023, 7:26 AM Closed by commit rG8deeaef0291f: [llvm-dlltool] Clarify parameters, simplify ArgList usage. NFC. (authored by mstorsjo). · Explain WhyJun 8 2023, 1:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 529705 llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
|