Commit History

作者 SHA1 備註 提交日期
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Martin Probst 112ff305be clang-format: fix a crash in comment wraps. 7 年之前
  Krasimir Georgiev 323c6c5e52 [clang-format] Indent after breaking Javadoc annotated line 7 年之前
  Krasimir Georgiev 6fc954314a [clang-format] Fix crash while reflowing backslash in comments 7 年之前
  Nicola Zaghen ff0626ea3c [clang] Update uses of DEBUG macro to LLVM_DEBUG. 7 年之前
  Mark Zeren 893efa76e2 [clang-format] In tests, expected code should be format-stable 7 年之前
  Manuel Klimek b779bc4dd1 Fix bug where we wouldn't break columns over the limit. 7 年之前
  Manuel Klimek 64d42a2fb8 Restructure how we break tokens. 7 年之前
  Manuel Klimek 91f4dd295a Implement more accurate penalty & trade-offs while breaking protruding tokens. 7 年之前
  Manuel Klimek bf29fe4665 Refactor ContinuationIndenter's breakProtrudingToken logic. 7 年之前
  Krasimir Georgiev 4fd3ff53bc [clang-format] Support python-style comments in text protos 7 年之前
  Krasimir Georgiev e58dc968a1 [clang-format] Break non-trailing comments, try 2 7 年之前
  Krasimir Georgiev 1b8529eb2f [clang-format] Emit absolute splits before lines for comments, try 2 8 年之前
  Krasimir Georgiev deada28d59 Revert "[clang-format] Break non-trailing block comments" 8 年之前
  Krasimir Georgiev 4bf0c5df66 Revert "[clang-format] Emit absolute splits before lines for comments" 8 年之前
  Krasimir Georgiev d2a520ee9e [clang-format] Emit absolute splits before lines for comments 8 年之前
  Krasimir Georgiev 4d26b24b68 [clang-format] Align trailing comments if ColumnLimit is 0 8 年之前
  Krasimir Georgiev 6fb41bb447 [clang-format] Break non-trailing block comments 8 年之前
  Krasimir Georgiev 6fc7e24c55 [clang-format] Fix comment levels between '} else {' and PPDirective. 8 年之前
  Krasimir Georgiev 98d12e2907 [clang-format] Fix comment levels between '}' and PPDirective 8 年之前
  Krasimir Georgiev 059cc9230c [clang-format] Keep level of comment before an empty line 8 年之前
  Krasimir Georgiev 942d6e44a9 [clang-format] Fix alignment of preprocessor trailing comments 8 年之前
  Krasimir Georgiev 2241c1625a [clang-format] Don't align too long broken trailing comments 8 年之前
  Francois Ferrand 6c88fb85c2 clang-format: do not reflow bullet lists 8 年之前
  Krasimir Georgiev 51ee6cef43 [clang-format] Keep trailing preprocessor line comments separate from the following section comments 8 年之前
  Krasimir Georgiev 422116da28 clang-format: fix prefix for doxygen comments after member 8 年之前
  Krasimir Georgiev f47413706b [clang-format] Replace IncompleteFormat by a struct with Line 8 年之前
  Richard Smith 9ea711133f Fix mishandling of escaped newlines followed by newlines or nuls. 8 年之前
  Daniel Jasper 59d31eb1ff Fix r296605 so that stuff in #ifndef SWIG blocks is still formatted. 8 年之前
  Daniel Jasper 948ee9b211 clang-format: Ignore contents of #ifdef SWIG .. #endif blocks. 8 年之前