Skip to content
Snippets Groups Projects
  1. May 04, 2016
  2. Feb 23, 2016
  3. Feb 22, 2016
  4. Feb 18, 2016
  5. Jan 23, 2016
  6. Jan 21, 2016
  7. Nov 20, 2015
  8. Oct 07, 2015
  9. Oct 06, 2015
  10. 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
  11. Aug 14, 2015
  12. 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
  13. Jun 13, 2015
  14. Mar 07, 2015
  15. Dec 02, 2014
  16. Jun 14, 2014
  17. Apr 09, 2014
  18. Mar 10, 2014
  19. Mar 07, 2014
  20. Feb 24, 2014
  21. Feb 13, 2014
  22. Jan 14, 2014
  23. Jan 07, 2014
  24. Dec 20, 2013
  25. Nov 18, 2013
  26. Nov 11, 2013
  27. Sep 04, 2013
  28. Aug 27, 2013
  29. Aug 16, 2013
  30. Jul 25, 2013
  31. Jul 15, 2013
  32. Jun 21, 2013
  33. Apr 18, 2013
  34. Feb 06, 2013
Loading