Skip to content
  1. Aug 07, 2012
    • Dmitri Gribenko's avatar
      libclang API for comment-to-xml conversion. · 740c0fbe
      Dmitri Gribenko authored
      The implementation also includes a Relax NG schema and tests for the schema
      itself.  The schema is used in c-index-test to verify that XML documents we
      produce are valid.  In order to do the validation, we add an optional libxml2
      dependency for c-index-test.
      
      Credits for CMake part go to Doug Gregor.  Credits for Autoconf part go to Eric
      Christopher.  Thanks!
      
      llvm-svn: 161431
      740c0fbe
  2. Jul 27, 2012
  3. Jul 09, 2012
  4. Jul 02, 2012
  5. Jun 21, 2012
  6. Jun 06, 2012
  7. Apr 16, 2012
  8. Feb 25, 2012
  9. Feb 14, 2012
    • Dylan Noblesmith's avatar
      include clang's config.h unconditionally (v2) · 4d9cbffb
      Dylan Noblesmith authored
      And remove HAVE_CLANG_CONFIG_H, now that the header is generated
      in the autoconf build, too.
      
      Reverts r149571/restores r149504, now that config.h is generated
      correctly by LLVM's configure in all build configurations.
      
      llvm-svn: 150487
      4d9cbffb
  10. Feb 02, 2012
  11. Feb 01, 2012
    • Dylan Noblesmith's avatar
      cmake: don't install config.h (v2) · 5b7ba952
      Dylan Noblesmith authored
      This header is private and shouldn't be used by clients.
      
      (This reverts r149540, reinstating r149496. False alarm.)
      
      llvm-svn: 149550
      5b7ba952
    • Dylan Noblesmith's avatar
      cmake: revert r149496 · dc3980a9
      Dylan Noblesmith authored
      It *looks* like this caused PR11903, somehow.
      
      llvm-svn: 149540
      dc3980a9
    • Dylan Noblesmith's avatar
      include clang's config.h unconditionally · 86780e90
      Dylan Noblesmith authored
      And remove HAVE_CLANG_CONFIG_H, now that the header is generated
      in the autoconf build, too. (clang r149497 / llvm r149498)
      
      Also include the config.h header after all other headers, per
      the LLVM coding standards.
      
      It also turns out WindowsToolChain.cpp wasn't using the config
      header at all, so that include's just deleted now.
      
      llvm-svn: 149504
      86780e90
    • Dylan Noblesmith's avatar
      cmake: don't install config.h · c20ccdd7
      Dylan Noblesmith authored
      This header is private and shouldn't be used by clients.
      
      llvm-svn: 149496
      c20ccdd7
  12. Jan 26, 2012
  13. Oct 06, 2011
  14. Sep 23, 2011
  15. Aug 02, 2011
  16. Jul 15, 2011
  17. Jun 08, 2011
  18. May 20, 2011
  19. May 11, 2011
  20. Apr 10, 2011
  21. Mar 29, 2011
  22. Mar 26, 2011
  23. Mar 17, 2011
  24. Feb 28, 2011
  25. Feb 25, 2011
  26. Feb 21, 2011
  27. Feb 20, 2011
  28. Feb 18, 2011
  29. Feb 16, 2011
  30. Feb 15, 2011
Loading