Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Paul Hoad fed577da96 [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if an "else" statement is present 6 gadi atpakaļ
  Paul Hoad c7f101d7ac Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if an "else" statement is present" 6 gadi atpakaļ
  Paul Hoad 0ba0294ffd [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if an "else" statement is present 6 gadi atpakaļ
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 gadi atpakaļ
  Nicola Zaghen ff0626ea3c [clang] Update uses of DEBUG macro to LLVM_DEBUG. 7 gadi atpakaļ
  Manuel Klimek 3a450c6074 Format closing braces when reformatting the line containing the opening brace. 7 gadi atpakaļ
  Krasimir Georgiev 354737f864 [clang-format] Handle trailing comment sections in import statement lines 8 gadi atpakaļ
  Daniel Jasper 6878143d92 [clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding 8 gadi atpakaļ
  Krasimir Georgiev f47413706b [clang-format] Replace IncompleteFormat by a struct with Line 8 gadi atpakaļ
  Krasimir Georgiev 281837fef4 [clang-format] Implement comment reflowing. 8 gadi atpakaļ
  Eric Liu a45abc6b0f Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error. 9 gadi atpakaļ
  Daniel Jasper ebcc9dbe43 clang-format: [JS] Make requoting of JavaScript string literals only 9 gadi atpakaļ
  Daniel Jasper 5aee9d8635 clang-format: Don't format unrelated nested blocks. 9 gadi atpakaļ
  Daniel Jasper 40fd5bf456 clang-format: Improve selective comment formatting. 9 gadi atpakaļ
  Daniel Jasper d2809eac2a clang-format: Simplify and improve stop condition for formatting 9 gadi atpakaļ
  Daniel Jasper 49747fe0fe 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. 9 gadi atpakaļ
  Daniel Jasper 0661119664 clang-format: When a line is formatted, also format subsequence lines if their indent is off. 9 gadi atpakaļ
  Daniel Jasper 5349c83a3b clang-format: NFC. Move testing of selective formatting to a separate file. 10 gadi atpakaļ