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