[PATCH] D118627: [clang-format] Don't break block comments when sorting includes.

2022-01-31 Thread Marek Kurdej via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG95bf0a9ebdb4: [clang-format] Don't break block comments when sorting includes. (authored by curdeius). Repository: rG LLVM Github Monorepo CHANGE

[PATCH] D118627: [clang-format] Don't break block comments when sorting includes.

2022-01-31 Thread Marek Kurdej via Phabricator via cfe-commits
curdeius updated this revision to Diff 404581. curdeius added a comment. Remove commented code. NFC. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D118627/new/ https://reviews.llvm.org/D118627 Files: clang/lib/Format/Format.cpp clang/unittests/