diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-10-05 13:19:28 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-10-05 13:19:28 +0000 |
commit | 5455a4381f12b26b68d64d026814d5690c9370e7 (patch) | |
tree | e9975ec813388c1928ef6af07f4952d76a8f49b1 /sys-devel/clang/metadata.xml | |
parent | x86 stable, bug 282290 (diff) | |
download | gentoo-2-5455a4381f12b26b68d64d026814d5690c9370e7.tar.gz gentoo-2-5455a4381f12b26b68d64d026814d5690c9370e7.tar.bz2 gentoo-2-5455a4381f12b26b68d64d026814d5690c9370e7.zip |
Initial commit, based on ebuild by Ravi Pinjala <ravi@p-static.net> in bug #269651
(Portage version: 2.2_rc43/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/clang/metadata.xml')
-rw-r--r-- | sys-devel/clang/metadata.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sys-devel/clang/metadata.xml b/sys-devel/clang/metadata.xml new file mode 100644 index 000000000000..4527f3eb8502 --- /dev/null +++ b/sys-devel/clang/metadata.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>voyageur@gentoo.org</email> + <name>Bernard Cafarelli</name> + </maintainer> + <longdescription>The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler. + +Features and Goals + +Some of the goals for the project include the following: + +End-User Features: +Fast compiles and low memory use +Expressive diagnostics +GCC compatibility +Utility and Applications: + +Modular library based architecture +Support diverse clients (refactoring, static analysis, code generation, etc) +Allow tight integration with IDEs +Use the LLVM BSD License +Internal Design and Implementation: + +A real-world, production quality compiler +A simple and hackable code base +A single unified parser for C, Objective C, C++, and Objective C++ +Conformance with C/C++/ObjC and their variants</longdescription> + <use> + <flag name='static-analyzer'>Install the Clang static analyzer</flag> + </use> +</pkgmetadata> |