1. eb53668 clang-format: Properly indent method calls without inputs. by Daniel Jasper · 11 years ago
  2. e2408e3 clang-format: Fix another assertion discovered by the fuzzer. by Daniel Jasper · 11 years ago
  3. 62c78f5 clang-format: Prevent assertion discovered by fuzzer. by Daniel Jasper · 11 years ago
  4. 4d9ec17 clang-format: Prevent exponential runtime in token annotator. by Daniel Jasper · 11 years ago
  5. 6d9b88d clang-format: Fix bug in multiline comment wrapping. by Daniel Jasper · 11 years ago
  6. de7ca75 clang-format: Force aligning different brackets relative to each other. by Daniel Jasper · 11 years ago
  7. e9f5357 clang-format: Don't merge short else blocks. by Daniel Jasper · 11 years ago
  8. a4499133 clang-format: Add ability to align assignment operators. by Daniel Jasper · 11 years ago
  9. eb45cb7 clang-format: Fix selective indentaiton in nested blocks. by Daniel Jasper · 11 years ago
  10. 775954b clang-format: Don't wrap after short first segments of builder calls. by Daniel Jasper · 11 years ago
  11. de0d1f3 clang-format: More selectively detect QT's "signals". by Daniel Jasper · 11 years ago
  12. 0faa913 clang-format: Properly detect variable declarations with ObjC. by Daniel Jasper · 11 years ago
  13. caf84fe clang-format: Allow splitting "= default" and "= delete". by Daniel Jasper · 11 years ago
  14. 532a031 clang-format: Don't add unwanted space when creating new arrays. by Daniel Jasper · 11 years ago
  15. 289afc0 clang-format: Support nested block formatting with ColumnLimit=0. by Daniel Jasper · 11 years ago
  16. ee4a8a1 clang-format: Fix for #pragma option formatting. by Daniel Jasper · 11 years ago
  17. e4ab49e clang-format: Fix incorrect multi-var declstmt detection. by Daniel Jasper · 11 years ago
  18. 20e1556 clang-format: Undo r214508. It was essentially always removing the by Daniel Jasper · 11 years ago
  19. 2b1865c clang-format: Determine "in" as a keyword in ObjC for loops more precisely by Daniel Jasper · 11 years ago
  20. 5339540 clang-format: Fix regression formatting QT's "signals:" from r234318. by Daniel Jasper · 11 years ago
  21. 676e516 clang-format: Don't allow labels when expecting declarations. by Daniel Jasper · 11 years ago
  22. acf67e3 clang-format: Improve nested block formatting. by Daniel Jasper · 11 years ago
  23. 9dedc775 clang-format: Indent relative to the ./-> and not the function name. by Daniel Jasper · 11 years ago
  24. 05cd929 clang-format: Force line break in trailing calls after multline exprs. by Daniel Jasper · 11 years ago
  25. e99c72f clang-format: Fix merging of _T macros. by Daniel Jasper · 11 years ago
  26. 414c9c6 clang-format: Fix another bug in wrapping around "*". by Daniel Jasper · 11 years ago
  27. 1130981 clang-format: Fix bad wrapping after "*" introduced in r232044. by Daniel Jasper · 11 years ago
  28. 92e0982 [clang-format] Add missing test for std::function<void( int, int )> by Daniel Jasper · 11 years ago
  29. 9ecb0e9 clang-format: Don't corrupt macros with open braces. by Daniel Jasper · 11 years ago
  30. 55ca608 clang-format: [OBJC] Don't indent 8 spaces in method declarations. by Daniel Jasper · 11 years ago
  31. b754a74 clang-format: When putting */& next to types, also wrap before them. by Daniel Jasper · 11 years ago
  32. dc4f725 clang-format: Fix incorrect && recognition. by Daniel Jasper · 11 years ago
  33. ac5c97e3 clang-format: Don't remove newline if macro ends in access specifier. by Daniel Jasper · 11 years ago
  34. 98f8ae3 clang-format: Slightly change indentation rules in for loops. by Daniel Jasper · 11 years ago
  35. 0391e55 clang-format: Fix access to uninitialized memory. by Daniel Jasper · 11 years ago
  36. e662316 clang-format: Prefer wrapping a lambda's body over the lambda's return type. by Daniel Jasper · 11 years ago
  37. bea1ab4 clang-format: Always align */& in multi-var DeclStmts. by Daniel Jasper · 11 years ago
  38. 308062b clang-format: Make trailing commas in array inits force one per line. by Daniel Jasper · 11 years ago
  39. b812e32 clang-format: Make braced list formatting more consistent. by Daniel Jasper · 11 years ago
  40. beaa322 clang-format: Fix space of arrays of pointers to templated types. by Daniel Jasper · 11 years ago
  41. a42de76 clang-format: Allow breaking after "else if(" as a last resort. by Daniel Jasper · 11 years ago
  42. 1c22048 clang-format: Fix spacing for function with ref-qualification .. by Daniel Jasper · 11 years ago
  43. 411b251 clang-format: Change location of stashed token by Jacques Pienaar · 11 years ago
  44. 68a7dbf Fix merging of << at end of input. by Jacques Pienaar · 11 years ago
  45. fc27511 clang-format: Space and triple angle braces. by Jacques Pienaar · 11 years ago
  46. 6996312 clang-format: Don't force a break after "endl" if everything fits on one line. by Daniel Jasper · 11 years ago
  47. d97d5d5 clang-format: Fix crasher. by Daniel Jasper · 11 years ago
  48. 61005bc Reverting a switch from LLVM_DELETED_FUNCTION to = delete; this test should not have changed. by Aaron Ballman · 11 years ago
  49. abc1892 Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition. by Aaron Ballman · 11 years ago
  50. 29d39d5 clang-format: Correctly mark preprocessor lines in child blocks. by Daniel Jasper · 11 years ago
  51. 33381f5 clang-format: Format Objective-C try blocks like all the other try blocks. by Nico Weber · 11 years ago
  52. 30029c6 clang-format: Fix assert triggering on carriage returns. by Daniel Jasper · 11 years ago
  53. fac2371 clang-format: Add support for SEH __try / __except / __finally blocks. by Nico Weber · 11 years ago
  54. 47b35ae clang-format: Fix crasher caused by not properly setting dry-run. by Daniel Jasper · 11 years ago
  55. d1c1373 clang-format: Fix another crasher caused by incomplete macro code. by Daniel Jasper · 11 years ago
  56. 7509216 clang-format: Fix incorrect classification of "*". by Daniel Jasper · 11 years ago
  57. e4b48c6 clang-format: Fix crasher when splitting incomplete escape sequences. by Daniel Jasper · 11 years ago
  58. 04b979d clang-format: Fix crasher caused by incorrect resetting of token info. by Daniel Jasper · 11 years ago
  59. d1debfc clang-format: Fix bad memory access. by Daniel Jasper · 11 years ago
  60. fd725c0 clang-format: Fix use-heap-after-free bug. by Daniel Jasper · 11 years ago
  61. 6fd5d64 clang-format: Fix AlwaysBreakBeforeMultilineStrings with ColumnLimit=0 by Daniel Jasper · 11 years ago
  62. 9b79efb clang-format: Fix crasher on weird comments. by Daniel Jasper · 11 years ago
  63. 193cdd3 clang-format: Fix crasher on incomplete condition compilation. by Daniel Jasper · 11 years ago
  64. 20e8c3b clang-format: Fix crash on invalid code. by Daniel Jasper · 11 years ago
  65. 675b4f8 clang-format: Fix clang-format crash on invalid code. by Daniel Jasper · 11 years ago
  66. 9d22bcc clang-format: Fix assertion when trying to build a nullptr StringRef. by Daniel Jasper · 11 years ago
  67. 2bd7a64 clang-format: Fix endless loop on incomplete try-catch-block. by Daniel Jasper · 11 years ago
  68. b1567c1 clang-format: Remove assert that isn't helpful. by Daniel Jasper · 11 years ago
  69. 00691cf Fix assertion in BreakableBlockComment (http://llvm.org/PR21916). by Alexander Kornienko · 11 years ago
  70. d6a1cab clang-format: Improve format of lambdas in ctor initializers. by Daniel Jasper · 11 years ago
  71. 2337f28 clang-format: Fix formatting of inline asm. by Daniel Jasper · 11 years ago
  72. d05d3a8 clang-format: Force line break between "endl" and "<<". by Daniel Jasper · 11 years ago
  73. b13135b clang-format: Improve template parameter detection. by Daniel Jasper · 11 years ago
  74. 4953210 clang-format: Understand single-line comments at the end of blocks. by Daniel Jasper · 11 years ago
  75. 6a96820 clang-format: Fix unary operator detection. by Daniel Jasper · 11 years ago
  76. 3a623db clang-format: Fix incorrect detection of ObjC "in" keyword. by Daniel Jasper · 11 years ago
  77. 732b6bd Don't break single-line raw string literals. by Alexander Kornienko · 11 years ago
  78. 11a0ac6 clang-format: Revamp nested block formatting. by Daniel Jasper · 11 years ago
  79. 2384626 clang-format: Add a test for PR19603 which seems fixed (maybe by r221338?). by Nico Weber · 11 years ago
  80. 3431b75 clang-format: Support commas in lambda return types. by Daniel Jasper · 11 years ago
  81. 55aed67 clang-format: Don't merge lines with comments. by Daniel Jasper · 11 years ago
  82. 31f6c54 clang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS. by Daniel Jasper · 11 years ago
  83. 86ee0b6 clang-format: More restrictively classify import declarations. by Daniel Jasper · 11 years ago
  84. c095663 clang-format: Fix fake parentheses placement with comments. by Daniel Jasper · 11 years ago
  85. 3219e43 clang-format: Add option to suppress operator alignment. by Daniel Jasper · 11 years ago
  86. 8c6e9ef clang-format: precedence-based indentation when breaking before operators. by Daniel Jasper · 11 years ago
  87. 9e70935 clang-format: Add SFS_Empty to only empty functions on a single line. by Daniel Jasper · 11 years ago
  88. 79f226e clang-format: Make short case labels work with #ifs by Daniel Jasper · 11 years ago
  89. bb86d84 clang-format: Improve ObjC blocks with return type. by Daniel Jasper · 11 years ago
  90. bcb55ee clang-format: Understand more lambda return types. by Daniel Jasper · 11 years ago
  91. 4b44449 clang-format: Use nested block special case for all languages. by Daniel Jasper · 11 years ago
  92. d081e88 clang-format: Handle comments in short case labels. by Daniel Jasper · 11 years ago
  93. 3aa9a6a clang-format: Add option to disable alignment after opening brackets by Daniel Jasper · 11 years ago
  94. e1e348b clang-format: Fix more incorrect pointer detection. by Daniel Jasper · 11 years ago
  95. 6a3fd83 clang-format: Fix regression introduced in r221609. by Daniel Jasper · 11 years ago
  96. d127e3b clang-format: Correctly detect multiplication in ctor initializer. by Daniel Jasper · 11 years ago
  97. 6c0ee17 clang-format: Improve function parameter packing. by Daniel Jasper · 11 years ago
  98. 6c22c44 clang-format: Support assignments as conditional operands. by Daniel Jasper · 11 years ago
  99. 119ff53 clang-format: Improve indentation of comments in expressions. by Daniel Jasper · 11 years ago
  100. 3427265 clang-format: Format extern "C" blocks like namespace blocks. by Nico Weber · 11 years ago