1. 28d8a5a clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLine by Daniel Jasper · 9 years ago
  2. 496c199 clang-format: [JavaScript] Do requoting in a separate pass by Daniel Jasper · 9 years ago
  3. 34ecf42 clang-format: [JS] whitespace required between ! and as. by Martin Probst · 9 years ago
  4. 56ff7aa clang-format: [JS] ignore comments when wrapping returns. by Martin Probst · 9 years ago
  5. a9855af clang-format: [JS] merge requoting replacements. by Martin Probst · 9 years ago
  6. 6181da4 clang-format: [JS] nested and tagged template strings. by Martin Probst · 9 years ago
  7. ed87d78 clang-format: [JS] supports casts to types starting with punctuation ("{[("). by Martin Probst · 9 years ago
  8. e1e12a7 clang-format: [JS] handle object literals with casts. by Martin Probst · 9 years ago
  9. d9d8da2 clang-format: [JS] Allow top-level conditionals again. by Daniel Jasper · 9 years ago
  10. 4f8d994 Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error. by Eric Liu · 9 years ago
  11. ec3dc98 clang-format: [JS] Fix build breakage. by Martin Probst · 9 years ago
  12. 31d6da7 clang-format: [JS] handle conditionals in fields, default params. by Martin Probst · 9 years ago
  13. 1b7f980 clang-format: [JS] recognize more type locations. by Martin Probst · 9 years ago
  14. dce8e41 clang-format: [JS] Do not break before 'as'. by Martin Probst · 9 years ago
  15. 887a399 clang-format: [JS] Fix failing format with TypeScript casts. by Daniel Jasper · 9 years ago
  16. 6465008 clang-format: [JS] Support annotated classes. by Daniel Jasper · 9 years ago
  17. ece8c0c clang-format: [JS] Indent namespaces in JavaScript/TS by default. by Martin Probst · 9 years ago
  18. 0cd74ee clang-format: [JS] Introduce JavaScriptWrapImports option. by Martin Probst · 9 years ago
  19. 0eb40cf clang-format: [JS] post-fix non-null assertion operator. by Martin Probst · 9 years ago
  20. 2ec2324 clang-format: [JS] recognized named functions in AnnotatingParser. by Martin Probst · 9 years ago
  21. 4862209 clang-format: [JS] no ASI on `import {x as\n y}`. by Martin Probst · 9 years ago
  22. e77f19c clang-format: Fix segfault introduced by allowing wraps after comments. by Daniel Jasper · 9 years ago
  23. 7ea9b6d clang-format: [JS] Support shebang lines on the very first line. by Martin Probst · 9 years ago
  24. 409697e clang-format: [JS] fix async parsing. by Martin Probst · 9 years ago
  25. 997cf2f clang-format: [JS] Treat "for" as a reserved word after a ".". by Daniel Jasper · 9 years ago
  26. 5dbcd3b clang-format: [JS] Fix spacing in destructuring assignments. by Daniel Jasper · 9 years ago
  27. e71b4cb clang-format: [JS] fix template string width counting. by Martin Probst · 9 years ago
  28. a166979 clang-format: [JS] respect clang-format off when requoting strings. by Martin Probst · 9 years ago
  29. 5f8445b clang-format: [JS] generator and async functions. by Martin Probst · 10 years ago
  30. 1e8261e clang-format: [JS] support `interface` as a free standing identifier. by Martin Probst · 10 years ago
  31. 805c616 Summary: clang-format: [JS] unit tests for type aliases. by Martin Probst · 10 years ago
  32. 053f1aa clang-format: [JS] simplify import/export. by Martin Probst · 10 years ago
  33. 716a533 clang-format: [JS] Test for parameter annotations. by Martin Probst · 10 years ago
  34. bbffeac clang-format: [JS] do not insert semicolons after wrapped annotations. by Martin Probst · 10 years ago
  35. 8fc7a1e clang-format: [JS] do not wrap ES6 imports/exports. by Daniel Jasper · 10 years ago
  36. 91b1d1a clang-format: [JS] no space in union and intersection types. by Daniel Jasper · 10 years ago
  37. a4607e1 clang-format: [JS] Fix incorrect spacing around contextual keywords. by Daniel Jasper · 10 years ago
  38. 1dcbbcfc clang-format: [JS] Handle certain cases of ASI. by Daniel Jasper · 10 years ago
  39. acffeb8 clang-format: [JS] Support destructuring assignments in for loops. by Daniel Jasper · 10 years ago
  40. abd1f57 clang-format: [JS] Optionally re-quote string literals. by Daniel Jasper · 10 years ago
  41. b18425b clang-format: [JS] Support quoted object literal keys. by Daniel Jasper · 10 years ago
  42. 02cbeb2 clang-format: [JS] treat forwardDeclare as an import/export statement. by Daniel Jasper · 10 years ago
  43. b7fda11 clang-format: [JS] Support for (.. of ..) loops. by Daniel Jasper · 10 years ago
  44. 9f4c9d4 clang-format: [JS] Don't count shortened object literals as blocks. by Daniel Jasper · 10 years ago
  45. 8737930 clang-format: [JS/TypeScript] Support "enum" as an optional property name, too. by Daniel Jasper · 10 years ago
  46. 1ce4111 clang-format: [JS] Treat "in" as a proper operator. by Daniel Jasper · 10 years ago
  47. 11a8765 clang-format: [JS] Fix incorrect line break leading to semicolon insertion. by Daniel Jasper · 10 years ago
  48. 50780ce clang-format: [ObjC+JS] Allow bin-packing of array literals. by Daniel Jasper · 10 years ago
  49. 8620d4c clang-format: [JS] Support exporting abstract classes. by Daniel Jasper · 10 years ago
  50. f55e418 clang-format: [JS] Teach clang-format about "export interface". by Daniel Jasper · 10 years ago
  51. 2802456 clang-format: [JS] Improve line-flow when calling functions on array literals. by Daniel Jasper · 10 years ago
  52. e1f72a6 clang-format: Fix the counting of leading whitespace in tok::unknown tokens by Daniel Jasper · 10 years ago
  53. b9a4990 clang-format: [JS] Support semicolons in TypeScript's TypeMemberLists. by Daniel Jasper · 10 years ago
  54. f412e26 clang-format: [JS] Prefer wrapping before the TypeScript return type by Daniel Jasper · 10 years ago
  55. d196abb clang-format: [JS] Add some Closure Compiler JSDoc tags to the default by Daniel Jasper · 10 years ago
  56. d5ec65b clang-format: [JS] Support more ES6 classes. by Daniel Jasper · 10 years ago
  57. 7bec87c clang-format: Fix corner case in one-per-line formatting. by Daniel Jasper · 10 years ago
  58. efc1a83 clang-format: [JS] Support more ES6 imports. by Daniel Jasper · 10 years ago
  59. 5e27146 clang-format: [JS] Support more ES6 default exports. by Daniel Jasper · 10 years ago
  60. b14f667 clang-format: [JS] Support ES6 exports of array literals. by Daniel Jasper · 10 years ago
  61. ebcb71f clang-format: [JS] Improve empty array literal detection. by Daniel Jasper · 10 years ago
  62. 779c66f clang-format: [JS] Support TypeScript 1.6 user defined type guards. by Daniel Jasper · 10 years ago
  63. 6f5a193 clang-format: [JS/TypeScript] Support "enum" as property name. by Daniel Jasper · 10 years ago
  64. b542f9f clang-format: [JS] Support arrays of object-type literals. by Daniel Jasper · 10 years ago
  65. e2deb59 clang-format: [JS] Conservatively introduce column layout for JS array by Daniel Jasper · 10 years ago
  66. 72a1b6a clang-format: [JS] "operator" is not a keyword in Java/JavaScript. by Daniel Jasper · 10 years ago
  67. 41a2bf7 clang-format: [JS] Change Google-style default for aligning operands. by Daniel Jasper · 10 years ago
  68. 71e5745 clang-format: [JS] Make AllowShortFunctionsOnASingle line value "Empty" by Daniel Jasper · 10 years ago
  69. f95b1f4 clang-format: [JS] Properly add a space after "in" in for loops. by Daniel Jasper · 10 years ago
  70. 09840ef clang-format: [JS] struct and union aren't keywords / reserved words. by Daniel Jasper · 10 years ago
  71. b488a74 clang-format: [JS] Add goog.setTestOnly to the list of stuff that by Daniel Jasper · 10 years ago
  72. 6501f7e clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak. by Daniel Jasper · 10 years ago
  73. 265309e clang-format: [JS] Handle string literals spanning character classes. by Daniel Jasper · 10 years ago
  74. 8d0e223 clang-format: [JS] handle character classes in regexes. by Daniel Jasper · 10 years ago
  75. ba52fcb clang-format: [JS] Support pseudo-keywords by Daniel Jasper · 10 years ago
  76. 9f642f7 clang-format: [JS] handle let (ES6) by Daniel Jasper · 10 years ago
  77. b9a5281 clang-format: [JS] Assign proper penalties when breaking a type annotation by Daniel Jasper · 10 years ago
  78. 5c235c0 clang-format: [JS] Properly reset parse state after parsing interface. by Daniel Jasper · 10 years ago
  79. b2328b1 clang-format: [JS] Prevent confusing TypeScript parameters wraps. by Daniel Jasper · 10 years ago
  80. 5a3de1d clang-format: [JS] Allow line breaks after TypeScript type colons. by Daniel Jasper · 10 years ago
  81. f144620 clang-format: [JS] Treat regex literals like string literals. by Daniel Jasper · 10 years ago
  82. f737215 clang-format: [JS] Skip comments when applying the regex-literal heuristic by Daniel Jasper · 10 years ago
  83. 55c384e clang-format: [JS] Fix bug in regex literal parsing. by Daniel Jasper · 10 years ago
  84. c553ae1 clang-format: [JS] Support regex literals at the start of a file. by Daniel Jasper · 10 years ago
  85. 553a5b0 clang-format: [JS] Fix character counting in template strings. by Daniel Jasper · 10 years ago
  86. 6b8d26c clang-format: [JS] Support regex literals containing quotes (' and "). by Daniel Jasper · 10 years ago
  87. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  88. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  89. ed3f395 clang-format: [JS] Add a special case for indenting function literals. by Daniel Jasper · 10 years ago
  90. e6fcf7d clang-format: clang-format (NFC) by Daniel Jasper · 10 years ago
  91. 9f4ec15 clang-format: [JS] Don't put top-level typescript enums on a single line. by Daniel Jasper · 10 years ago
  92. 90cf380 clang-format: [JS] Fix typescript enum formatting. by Daniel Jasper · 10 years ago
  93. b2ad4d4 clang-format: [JS] Tweak behavior for multiline array initializer parameters by Daniel Jasper · 10 years ago
  94. 2ebb0c5 clang-format: [JS] Fix corner case in template string parsing. by Daniel Jasper · 10 years ago
  95. 216c9cd clang-format: [JS] Support "export enum" declarations. by Daniel Jasper · 10 years ago
  96. 4c0bf70 clang-format: [JS] Add tests to ensure clang-format doesn't break code by Daniel Jasper · 10 years ago
  97. 259188b clang-format: [JS] Fix regression caused by r239592. by Daniel Jasper · 10 years ago
  98. 910807d clang-format: [JS] fix incorrectly collapsed lines after export statement. by Daniel Jasper · 10 years ago
  99. 20580fd clang-format: Make SFS_Inline imply SFS_Empty. by Daniel Jasper · 10 years ago
  100. 56691b8 clang-format: [JS] Ensure that formatting actually takes place in tests. by Daniel Jasper · 10 years ago