summaryrefslogtreecommitdiff
path: root/llvm-core/clang/metadata.xml
blob: ce51426aca7309e0c10e25c248b9f32a7c621396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
  <origin>srcux</origin>
</pkgmetadata>