We wrote many codes in HandleImediateArgs, so I've refactored it into
handleAutocompletions.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 9723 Build 9723: arc lint + arc unit
Event Timeline
clang/lib/Driver/Driver.cpp | ||
---|---|---|
1160 | 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. |
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.