Skip to content
Snippets Groups Projects
  1. Mar 13, 2017
  2. Mar 09, 2017
  3. Jun 24, 2016
  4. May 04, 2016
  5. Feb 23, 2016
  6. Feb 22, 2016
  7. Feb 18, 2016
  8. Jan 23, 2016
  9. Jan 21, 2016
  10. Nov 20, 2015
  11. Oct 07, 2015
  12. Oct 06, 2015
  13. Sep 29, 2015
    • Daniel Jasper's avatar
      clang-format: Add a new brace style "custom" as well as flags to · 6cc91d4e
      Daniel Jasper authored
      control the individual braces. The existing choices for brace wrapping
      are now merely presets for the different flags that get expanded upon
      calling the reformat function.
      
      All presets have been chose to keep the existing formatting, so there
      shouldn't be any difference in formatting behavior.
      
      Also change the dump_format_style.py to properly document the nested
      structs that are used to keep these flags discoverable among all the
      configuration flags.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248802 91177308-0d34-0410-b5e6-96231b3b80d8
      6cc91d4e
  14. Aug 14, 2015
  15. Jun 30, 2015
    • Andrew Wilkins's avatar
      Sphinx-based clang man pages · 8eb384a9
      Andrew Wilkins authored
      Summary:
      This diff introduces .rst files, Sphinx config, and a CMake target
      for building clang man pages. This will deprecate the existing .pod-
      based man page, and will integrate nicely with CMake. This diff does
      not remove the existing man page; that will be done in a follow-up
      once packagers have had a chance to react to the change.
      
      For now, only clang(1) has been done; others can be added over time
      by dropping additional files into the docs/CommandGuide directory.
      The index page for CommandGuide has been copied from LLVM's
      docs/CommandGuide.
      
      The man page itself is mostly the same, with a few minor cosmetic
      changes. The only major change is the SYNOPSIS section. I was unable
      to get .rst/Sphinx produce the same style as in the existing man page.
      Instead, I changed it to match the LLVM tools' relatively simple style.
      
      To build the man pages, use the "docs-clang-man" target if building
      with CMake. Otherwise, use "make -f Makefile.sphinx man".
      
      Reviewers: cmatthews, silvas
      
      Subscribers: dim, gaeke, beanz, cfe-commits
      
      Differential Revision: http://reviews.llvm.org/D10562
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241037 91177308-0d34-0410-b5e6-96231b3b80d8
      8eb384a9
  16. Jun 13, 2015
  17. Mar 07, 2015
  18. Dec 02, 2014
  19. Jun 14, 2014
  20. Apr 09, 2014
  21. Mar 10, 2014
  22. Mar 07, 2014
  23. Feb 24, 2014
  24. Feb 13, 2014
  25. Jan 14, 2014
  26. Jan 07, 2014
  27. Dec 20, 2013
  28. Nov 18, 2013
  29. Nov 11, 2013
  30. Sep 04, 2013
  31. Aug 27, 2013
  32. Aug 16, 2013
  33. Jul 25, 2013
  34. Jul 15, 2013
Loading