Go to file
Dmitri Gribenko 740c0fbe0e libclang API for comment-to-xml conversion.
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
2012-08-07 17:54:38 +00:00
clang libclang API for comment-to-xml conversion. 2012-08-07 17:54:38 +00:00
clang-tools-extra Add a root CMakeLists.txt and fix up all the test build stuff. 2012-08-07 08:33:04 +00:00
compiler-rt [compiler-rt] CMake build: if LLVM_BUILD_32_BITS is on, then -m32 is added to llvm definitions. Let us override this by explicitly adding -m64 compiler flag when building compiler-rt libraries for x86_64 target 2012-08-07 12:14:29 +00:00
debuginfo-tests Fix this for gdb 7.4. 2012-07-23 19:41:58 +00:00
libclc Do not use linkonce_odr linkage in .ll files. This prevented them 2012-08-05 22:25:48 +00:00
libcxx std::equal operating on non-const __bit_iterators was not working. This fixes it. 2012-08-05 21:43:11 +00:00
libcxxabi Fixes apple: #12020687. This was a problem in the demangler with template 2012-08-03 22:02:07 +00:00
lld Hook up lld-test to llvm check-all. Patch by Andy Gibbs! 2012-07-31 18:44:52 +00:00
lldb Added fix from Pawel Worach. 2012-08-07 16:33:49 +00:00
llvm Tidy up a bit. 2012-08-07 17:53:14 +00:00
polly Add preliminary implementation for GPGPU code generation. 2012-08-03 12:50:07 +00:00