aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerion Entrup <gerion.entrup@flump.de>2024-06-25 10:50:27 +0200
committerGerion Entrup <gerion.entrup@flump.de>2024-06-30 23:07:04 +0200
commit100b44dd67b506b6db4ca6aa2b38610bdedefc2a (patch)
treea5cdb600def731ed7a46e60971cdf9d5b48f4482 /sys-devel
parentdev-python/ptpython: bump to 3.0.27 (diff)
downloadgerislay-100b44dd67b506b6db4ca6aa2b38610bdedefc2a.tar.gz
gerislay-100b44dd67b506b6db4ca6aa2b38610bdedefc2a.tar.bz2
gerislay-100b44dd67b506b6db4ca6aa2b38610bdedefc2a.zip
clang: preperations
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/clang/metadata.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/sys-devel/clang/metadata.xml b/sys-devel/clang/metadata.xml
new file mode 100644
index 0000000..07d0664
--- /dev/null
+++ b/sys-devel/clang/metadata.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>llvm@gentoo.org</email>
+ </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="extra">Build extra tools (clangd, clang-tidy and a few more)</flag>
+ <flag name="ieee-long-double">Use accelerated 128-bit IEEE long double ABI (ppc64le only)</flag>
+ <flag name="static-analyzer">Install the Clang static analyzer</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">llvm/llvm-project</remote-id>
+ </upstream>
+</pkgmetadata>