Skip to content
Snippets Groups Projects
  1. Aug 14, 2015
  2. 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
  3. Jun 13, 2015
  4. Mar 07, 2015
  5. Dec 02, 2014
  6. Jun 14, 2014
  7. Apr 09, 2014
  8. Mar 10, 2014
  9. Mar 07, 2014
  10. Feb 24, 2014
  11. Feb 13, 2014
  12. Jan 14, 2014
  13. Jan 07, 2014
  14. Dec 20, 2013
  15. Nov 18, 2013
  16. Nov 11, 2013
  17. Sep 04, 2013
  18. Aug 27, 2013
  19. Aug 16, 2013
  20. Jul 25, 2013
  21. Jul 15, 2013
  22. Jun 21, 2013
  23. Apr 18, 2013
  24. Feb 06, 2013
  25. Feb 05, 2013
  26. Jan 09, 2013
  27. Sep 14, 2012
  28. Sep 11, 2012
  29. Sep 10, 2012
  30. Sep 07, 2012
  31. Aug 27, 2012
  32. Jun 28, 2012
  33. Feb 05, 2012
  34. Oct 11, 2011
    • Daniel Dunbar's avatar
      Driver: Add support for a new -nostdlibinc option. · 92d6d404
      Daniel Dunbar authored
       - This disables the system include directories, but not the compiler builtin
         directories. Useful for projects that want to use things like the intrinsic
         headers, but are otherwise freestanding.
      
       - I'm willing to reconsider the option naming, I also considered providing an
         explicit -builtinc (which would match -nobuiltininc), but this is more
         consistent with existing options.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141692 91177308-0d34-0410-b5e6-96231b3b80d8
      92d6d404
  35. Sep 30, 2011
Loading