Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include-fixer/tool/ClangIncludeFixer.cpp | ||
---|---|---|
365 ↗ | (On Diff #64677) | 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 | ||
---|---|---|
365 ↗ | (On Diff #64677) | Good point! So that we won't break the current code style. The line probably exceeds 80 characters after adding qualifiers. |