This patch enables comment reflowing of lines not matching the comment pragma regex
in multiline comments containing comment pragma lines. Previously, these comments
were dumped without being reindented to the result.
Details
Details
- Reviewers
- djasper - mprobst 
- Commits
- rG17725d839173: [clang-format] Enable comment reflowing in multiline comments containing pragmas
 rC297261: [clang-format] Enable comment reflowing in multiline comments containing pragmas
 rL297261: [clang-format] Enable comment reflowing in multiline comments containing pragmas
Diff Detail
Diff Detail
- Repository
- rL LLVM