1. 4db69bd clang-format: [JS] Support alternative operator names as identifiers. by Daniel Jasper · 11 years ago
  2. 8f2e94c clang-format: [JS] Supprot "catch" as function name. by Daniel Jasper · 11 years ago
  3. 94e11d0 clang-format: [JS] Support comments in dict literals. by Daniel Jasper · 11 years ago
  4. ad9eb0d clang-format: [JS] support free-standing functions again. by Daniel Jasper · 11 years ago
  5. 5217a8b clang-format: [JS] Understand named function literals. by Daniel Jasper · 11 years ago
  6. 17062ff clang-format: [JS] Treat dict literals similar to objc method exprs. by Daniel Jasper · 11 years ago
  7. 58cb2ed clang-format: Fix incorrect indentation. by Daniel Jasper · 11 years ago
  8. 114a2bc clang-format: Refactor indentation behavior for multiple nested blocks. by Daniel Jasper · 12 years ago
  9. 49802ef clang-format: [JS] Understand line breaks in concatenated strings. by Daniel Jasper · 12 years ago
  10. 5f3ea47 clang-format: Correctly calculate line lenghts for nest blocks. by Daniel Jasper · 12 years ago
  11. 2a95832 clang-format: Fix corner case working around one-per-line dict literals. by Daniel Jasper · 12 years ago
  12. b16b969 clang-format: [JS] Support different function literal style. by Daniel Jasper · 12 years ago
  13. 069e5f4 clang-format: [JS] Understand top-level function literals properly. by Daniel Jasper · 12 years ago
  14. 0dd5291 clang-format: [JS] Support ES6 destructuring assignments. by Daniel Jasper · 12 years ago
  15. 7821439 clang-format: [JS] Support for EC6 arrow functions. by Daniel Jasper · 12 years ago
  16. fb4333b clang-format: [JS] Basic support for escape sequences in regex literals. by Daniel Jasper · 12 years ago
  17. 8951908 clang-format: [JS] Fix spacing in dict literals. by Daniel Jasper · 12 years ago
  18. 04a71a4 clang-format: Initial support for try-catch. by Daniel Jasper · 12 years ago
  19. c03e16a clang-format: [JS] support closures in container literals. by Daniel Jasper · 12 years ago
  20. f7405c1 clang-format: [JS] Support regex literals after 'return'. by Daniel Jasper · 12 years ago
  21. f9ae312 clang-format: [JS] Initial support for regex literals. by Daniel Jasper · 12 years ago
  22. 79dffb4 clang-format: Be slightly more aggressive on single-line functions. by Daniel Jasper · 12 years ago
  23. 484033b clang-format: [JS] Keep space after closure style comments. by Daniel Jasper · 12 years ago
  24. 166c19b clang-format: [JS] Keep space between 'return' and '['. by Daniel Jasper · 12 years ago
  25. 4a39c84 clang-format: [JS] Don't indent in goog.scope blocks. by Daniel Jasper · 12 years ago
  26. 1034666 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  27. 514ecc8 clang-format: Let chromium style inherit google style's javascript tweaks. by Nico Weber · 12 years ago
  28. 86fee2f clang-format: (JavaScript) Don't crash on empty string literals. by Daniel Jasper · 12 years ago
  29. b2e10a5 clang-format: Fixed formatting of JavaScript container literals by Daniel Jasper · 12 years ago
  30. 5553d0d Sort all the #include lines with LLVM's utils/sort_includes.py which by Chandler Carruth · 12 years ago
  31. c1637f1 Allow predefined styles to define different options for different languages. by Alexander Kornienko · 12 years ago
  32. a48a12c Create a separate file for JS-specific unit tests. by Alexander Kornienko · 12 years ago