Skip to content

Commit

Permalink
Comment parsing: put more information into the generated XML documents
Browse files Browse the repository at this point in the history
This commit adds infrastructure for conversion and testing it.

The conversion is still incomplete, pending discussion about which tags should
we use in the XML documents.  I copied the RelaxNG schema from Clang, and will
edit it accordingly.


Swift SVN r16451
  • Loading branch information
gribozavr committed Apr 17, 2014
1 parent 3cf3f42 commit 68e8fee
Show file tree
Hide file tree
Showing 19 changed files with 1,715 additions and 383 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ else()
set(SWIFT_COMPILER "${PATH_TO_SWIFT_BUILD}/${CMAKE_CFG_INTDIR}/bin/swift")
endif()

# FIXME: unify with CLANG_HAVE_LIBXML, which is set in LLVM anyway.
find_package(LibXml2)
if(LIBXML2_FOUND)
set(SWIFT_HAVE_LIBXML 1)
endif()

# Xcode: use libc++ and c++11 using proper build settings.
if ( XCODE )
# Force usage of Clang.
Expand Down
Loading

0 comments on commit 68e8fee

Please sign in to comment.