Skip to content
Snippets Groups Projects
  1. Feb 27, 2017
  2. Feb 08, 2017
  3. Feb 07, 2017
  4. Feb 02, 2017
  5. Mar 14, 2016
    • Daniel Jasper's avatar
      clang-format: [JS] Handle certain cases of ASI. · e14f44c2
      Daniel Jasper authored
      Automatic Semicolon Insertion can only be properly handled by parsing
      source code. However conservatively catching just a few, common
      situations prevents breaking code during development, which greatly
      improves usability.
      
      JS code should still use semicolons, and ASI code should be flagged by
      a compiler or linter.
      
      Patch by Martin Probst. Thank you.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263470 91177308-0d34-0410-b5e6-96231b3b80d8
      e14f44c2
  6. Jan 09, 2016
  7. Dec 29, 2015
  8. Oct 20, 2015
  9. May 31, 2015
  10. May 21, 2015
  11. May 18, 2015
  12. May 06, 2015
  13. Mar 12, 2015
  14. Feb 19, 2015
  15. Nov 13, 2014
  16. Nov 04, 2014
  17. Oct 29, 2014
  18. Aug 13, 2014
  19. May 09, 2014
  20. May 08, 2014
  21. Apr 14, 2014
  22. Apr 11, 2014
  23. Mar 07, 2014
  24. Jan 24, 2014
  25. Jan 07, 2014
  26. Dec 23, 2013
  27. Dec 12, 2013
  28. Oct 13, 2013
  29. Oct 11, 2013
  30. Sep 13, 2013
  31. Sep 05, 2013
  32. Sep 04, 2013
  33. Sep 03, 2013
  34. Aug 01, 2013
Loading