Details
Details
Diff Detail
Diff Detail
Event Timeline
include-fixer/tool/ClangIncludeFixer.cpp | ||
---|---|---|
356 | Now that we insert namespace qualifiers, we might want to do a formatReplacements before applying them. |
Comment Actions
Address review comments.
include-fixer/tool/ClangIncludeFixer.cpp | ||
---|---|---|
356 | Good point! So that we won't break the current code style. The line probably exceeds 80 characters after adding qualifiers. |
Drop .str() when comparing StringRef with std::string.