This patch fixes PR41213.
Details
Details
- Reviewers
klimek sammccall MyDeveloperDay djasper - Commits
- rZORGa6eae0c24330: [clang-format] Fix bug in block comment reflow that joins * and /
rZORGc9e254324181: [clang-format] Fix bug in block comment reflow that joins * and /
rGa6eae0c24330: [clang-format] Fix bug in block comment reflow that joins * and /
rGc9e254324181: [clang-format] Fix bug in block comment reflow that joins * and /
rG3dcb892d2d6f: [clang-format] Fix bug in block comment reflow that joins * and /
rC359943: [clang-format] Fix bug in block comment reflow that joins * and /
rL359943: [clang-format] Fix bug in block comment reflow that joins * and /
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
@MyDeveloperDay In theory, any whitespace character other than a blank might trigger the bug, but in practice, we only need to handle the tab, IMO.