We wrote many codes in HandleImediateArgs, so I've refactored it into
handleAutocompletions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang/lib/Driver/Driver.cpp | ||
---|---|---|
1160 ↗ | (On Diff #113018) | I think a more generic interface would be void Driver::handleAutocompletions(StringRef PassedFlags) const { as we don't really require that the user of this function actually has an Arg with a value before calling this function. |