1. 1027fb8 clang-format: [JS] handle parenthesized class expressions. by Martin Probst · 9 years ago
  2. c06f6da clang-format: [JS] Fix bugs in parsing and aligning template strings. by Daniel Jasper · 9 years ago
  3. 3f11941 clang-format: [JS] Indent expressions in ${} relative to their surrounding by Daniel Jasper · 9 years ago
  4. 24de6fb clang-format: [JS] Properly set scopes inside template strings. by Daniel Jasper · 9 years ago
  5. f201929 clang-format: [JS] Fix incorrect line break in template strings. by Daniel Jasper · 9 years ago
  6. 51c868e clang-format: [JavaScript] Undo r291974 for JavaScript. by Daniel Jasper · 9 years ago
  7. fa37b18 clang-format: [JS] do not format MPEG transport streams. by Martin Probst · 9 years ago
  8. e6b5b34 clang-format: [JS] revert over-eager ASI check. by Martin Probst · 9 years ago
  9. fd18ec5 clang-format: [JS] fix broken test. by Martin Probst · 9 years ago
  10. d40bca4 clang-format: [JS] ASI after imports by Martin Probst · 9 years ago
  11. e9987a1 Typo by Joerg Sonnenberger · 9 years ago
  12. af16c50 clang-format: [JS] avoid indent after ambient function declarations. by Martin Probst · 9 years ago
  13. e98e581 clang-format: [JS] Properly format dict literals that skip labels. by Daniel Jasper · 9 years ago
  14. 72fd75a clang-format: [JS] do not break after declare namespace. by Martin Probst · 9 years ago
  15. 8315ea1 clang-format: [TypeScript] Fix bug in handling of non-null operator. by Daniel Jasper · 9 years ago
  16. b559b43 clang-format: [JS] Fix incorrect space when "as" is used as identifier. by Daniel Jasper · 9 years ago
  17. 71e50af clang-format: [JS] Fix formatting of generator functions. by Daniel Jasper · 9 years ago
  18. 4d67dd7 clang-format: [JS] Fix space when for is used as regular identifier. by Daniel Jasper · 9 years ago
  19. eb88663 clang-format: [JS] Fix missing space after 'yield'. by Daniel Jasper · 9 years ago
  20. 717f6dc clang-format: [JS] Fix template string ASI. by Martin Probst · 9 years ago
  21. 4210d2f clang-format: [JS] reserved words in method names. by Martin Probst · 9 years ago
  22. fbbe75b clang-format: [JS] Do not wrap taze annotation comments. by Martin Probst · 9 years ago
  23. b9316ff clang-format: [JS] ASI insertion after boolean literals. by Martin Probst · 9 years ago
  24. 58209dd clang-format: [JS] Fix a crash in handledTemplateStrings. by Daniel Jasper · 9 years ago
  25. 28d8a5a clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLine by Daniel Jasper · 9 years ago
  26. 496c199 clang-format: [JavaScript] Do requoting in a separate pass by Daniel Jasper · 9 years ago
  27. 34ecf42 clang-format: [JS] whitespace required between ! and as. by Martin Probst · 9 years ago
  28. 56ff7aa clang-format: [JS] ignore comments when wrapping returns. by Martin Probst · 9 years ago
  29. a9855af clang-format: [JS] merge requoting replacements. by Martin Probst · 9 years ago
  30. 6181da4 clang-format: [JS] nested and tagged template strings. by Martin Probst · 9 years ago
  31. ed87d78 clang-format: [JS] supports casts to types starting with punctuation ("{[("). by Martin Probst · 9 years ago
  32. e1e12a7 clang-format: [JS] handle object literals with casts. by Martin Probst · 9 years ago
  33. d9d8da2 clang-format: [JS] Allow top-level conditionals again. by Daniel Jasper · 9 years ago
  34. 4f8d994 Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error. by Eric Liu · 9 years ago
  35. ec3dc98 clang-format: [JS] Fix build breakage. by Martin Probst · 9 years ago
  36. 31d6da7 clang-format: [JS] handle conditionals in fields, default params. by Martin Probst · 9 years ago
  37. 1b7f980 clang-format: [JS] recognize more type locations. by Martin Probst · 9 years ago
  38. dce8e41 clang-format: [JS] Do not break before 'as'. by Martin Probst · 9 years ago
  39. 887a399 clang-format: [JS] Fix failing format with TypeScript casts. by Daniel Jasper · 9 years ago
  40. 6465008 clang-format: [JS] Support annotated classes. by Daniel Jasper · 9 years ago
  41. ece8c0c clang-format: [JS] Indent namespaces in JavaScript/TS by default. by Martin Probst · 9 years ago
  42. 0cd74ee clang-format: [JS] Introduce JavaScriptWrapImports option. by Martin Probst · 9 years ago
  43. 0eb40cf clang-format: [JS] post-fix non-null assertion operator. by Martin Probst · 9 years ago
  44. 2ec2324 clang-format: [JS] recognized named functions in AnnotatingParser. by Martin Probst · 9 years ago
  45. 4862209 clang-format: [JS] no ASI on `import {x as\n y}`. by Martin Probst · 9 years ago
  46. e77f19c clang-format: Fix segfault introduced by allowing wraps after comments. by Daniel Jasper · 9 years ago
  47. 7ea9b6d clang-format: [JS] Support shebang lines on the very first line. by Martin Probst · 9 years ago
  48. 409697e clang-format: [JS] fix async parsing. by Martin Probst · 9 years ago
  49. 997cf2f clang-format: [JS] Treat "for" as a reserved word after a ".". by Daniel Jasper · 9 years ago
  50. 5dbcd3b clang-format: [JS] Fix spacing in destructuring assignments. by Daniel Jasper · 9 years ago
  51. e71b4cb clang-format: [JS] fix template string width counting. by Martin Probst · 9 years ago
  52. a166979 clang-format: [JS] respect clang-format off when requoting strings. by Martin Probst · 9 years ago
  53. 5f8445b clang-format: [JS] generator and async functions. by Martin Probst · 10 years ago
  54. 1e8261e clang-format: [JS] support `interface` as a free standing identifier. by Martin Probst · 10 years ago
  55. 805c616 Summary: clang-format: [JS] unit tests for type aliases. by Martin Probst · 10 years ago
  56. 053f1aa clang-format: [JS] simplify import/export. by Martin Probst · 10 years ago
  57. 716a533 clang-format: [JS] Test for parameter annotations. by Martin Probst · 10 years ago
  58. bbffeac clang-format: [JS] do not insert semicolons after wrapped annotations. by Martin Probst · 10 years ago
  59. 8fc7a1e clang-format: [JS] do not wrap ES6 imports/exports. by Daniel Jasper · 10 years ago
  60. 91b1d1a clang-format: [JS] no space in union and intersection types. by Daniel Jasper · 10 years ago
  61. a4607e1 clang-format: [JS] Fix incorrect spacing around contextual keywords. by Daniel Jasper · 10 years ago
  62. 1dcbbcfc clang-format: [JS] Handle certain cases of ASI. by Daniel Jasper · 10 years ago
  63. acffeb8 clang-format: [JS] Support destructuring assignments in for loops. by Daniel Jasper · 10 years ago
  64. abd1f57 clang-format: [JS] Optionally re-quote string literals. by Daniel Jasper · 10 years ago
  65. b18425b clang-format: [JS] Support quoted object literal keys. by Daniel Jasper · 10 years ago
  66. 02cbeb2 clang-format: [JS] treat forwardDeclare as an import/export statement. by Daniel Jasper · 10 years ago
  67. b7fda11 clang-format: [JS] Support for (.. of ..) loops. by Daniel Jasper · 10 years ago
  68. 9f4c9d4 clang-format: [JS] Don't count shortened object literals as blocks. by Daniel Jasper · 10 years ago
  69. 8737930 clang-format: [JS/TypeScript] Support "enum" as an optional property name, too. by Daniel Jasper · 10 years ago
  70. 1ce4111 clang-format: [JS] Treat "in" as a proper operator. by Daniel Jasper · 10 years ago
  71. 11a8765 clang-format: [JS] Fix incorrect line break leading to semicolon insertion. by Daniel Jasper · 10 years ago
  72. 50780ce clang-format: [ObjC+JS] Allow bin-packing of array literals. by Daniel Jasper · 10 years ago
  73. 8620d4c clang-format: [JS] Support exporting abstract classes. by Daniel Jasper · 10 years ago
  74. f55e418 clang-format: [JS] Teach clang-format about "export interface". by Daniel Jasper · 10 years ago
  75. 2802456 clang-format: [JS] Improve line-flow when calling functions on array literals. by Daniel Jasper · 10 years ago
  76. e1f72a6 clang-format: Fix the counting of leading whitespace in tok::unknown tokens by Daniel Jasper · 10 years ago
  77. b9a4990 clang-format: [JS] Support semicolons in TypeScript's TypeMemberLists. by Daniel Jasper · 10 years ago
  78. f412e26 clang-format: [JS] Prefer wrapping before the TypeScript return type by Daniel Jasper · 10 years ago
  79. d196abb clang-format: [JS] Add some Closure Compiler JSDoc tags to the default by Daniel Jasper · 10 years ago
  80. d5ec65b clang-format: [JS] Support more ES6 classes. by Daniel Jasper · 10 years ago
  81. 7bec87c clang-format: Fix corner case in one-per-line formatting. by Daniel Jasper · 10 years ago
  82. efc1a83 clang-format: [JS] Support more ES6 imports. by Daniel Jasper · 10 years ago
  83. 5e27146 clang-format: [JS] Support more ES6 default exports. by Daniel Jasper · 10 years ago
  84. b14f667 clang-format: [JS] Support ES6 exports of array literals. by Daniel Jasper · 10 years ago
  85. ebcb71f clang-format: [JS] Improve empty array literal detection. by Daniel Jasper · 10 years ago
  86. 779c66f clang-format: [JS] Support TypeScript 1.6 user defined type guards. by Daniel Jasper · 10 years ago
  87. 6f5a193 clang-format: [JS/TypeScript] Support "enum" as property name. by Daniel Jasper · 10 years ago
  88. b542f9f clang-format: [JS] Support arrays of object-type literals. by Daniel Jasper · 10 years ago
  89. e2deb59 clang-format: [JS] Conservatively introduce column layout for JS array by Daniel Jasper · 10 years ago
  90. 72a1b6a clang-format: [JS] "operator" is not a keyword in Java/JavaScript. by Daniel Jasper · 10 years ago
  91. 41a2bf7 clang-format: [JS] Change Google-style default for aligning operands. by Daniel Jasper · 10 years ago
  92. 71e5745 clang-format: [JS] Make AllowShortFunctionsOnASingle line value "Empty" by Daniel Jasper · 10 years ago
  93. f95b1f4 clang-format: [JS] Properly add a space after "in" in for loops. by Daniel Jasper · 10 years ago
  94. 09840ef clang-format: [JS] struct and union aren't keywords / reserved words. by Daniel Jasper · 10 years ago
  95. b488a74 clang-format: [JS] Add goog.setTestOnly to the list of stuff that by Daniel Jasper · 10 years ago
  96. 6501f7e clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak. by Daniel Jasper · 10 years ago
  97. 265309e clang-format: [JS] Handle string literals spanning character classes. by Daniel Jasper · 10 years ago
  98. 8d0e223 clang-format: [JS] handle character classes in regexes. by Daniel Jasper · 10 years ago
  99. ba52fcb clang-format: [JS] Support pseudo-keywords by Daniel Jasper · 10 years ago
  100. 9f642f7 clang-format: [JS] handle let (ES6) by Daniel Jasper · 10 years ago