1. a1c3093 [clang-format] Handle trailing comment sections in import statement lines by Krasimir Georgiev · 8 years ago
  2. 7fdbb3f [clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding DontAlign by Daniel Jasper · 8 years ago
  3. bcda54b [clang-format] Replace IncompleteFormat by a struct with Line by Krasimir Georgiev · 9 years ago
  4. 9183422 [clang-format] Implement comment reflowing. by Krasimir Georgiev · 9 years ago
  5. 4f8d994 Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error. by Eric Liu · 9 years ago
  6. 9743992 clang-format: [JS] Make requoting of JavaScript string literals only by Daniel Jasper · 10 years ago
  7. 35ca66d clang-format: Don't format unrelated nested blocks. by Daniel Jasper · 10 years ago
  8. 417fc81 clang-format: Improve selective comment formatting. by Daniel Jasper · 10 years ago
  9. f83834f clang-format: Simplify and improve stop condition for formatting by Daniel Jasper · 10 years ago
  10. f67c324 clang-format: Be slightly more cautious when formatting subsequent lines after a change. With r251474, clang-format could indent the entire rest of the file, if there is a missing closing brace, e.g. while writing code in an editor. by Daniel Jasper · 10 years ago
  11. a1036e5 clang-format: When a line is formatted, also format subsequence lines if their indent is off. by Daniel Jasper · 10 years ago
  12. d246a5a clang-format: NFC. Move testing of selective formatting to a separate file. by Daniel Jasper · 10 years ago