mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 06:31:27 +00:00
Update of the clang description
This commit is contained in:
parent
dc60527c26
commit
61e8519ba8
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -4,6 +4,7 @@ llvm-toolchain-4.0 (1:4.0.1-9) unstable; urgency=medium
|
|||||||
Thanks to Nicholas D Steeves for the work
|
Thanks to Nicholas D Steeves for the work
|
||||||
* Take a patch for a stack alignment on sparc64 for rust
|
* Take a patch for a stack alignment on sparc64 for rust
|
||||||
Thanks to John Paul Adrian Glaubitz for the work (Closes: #880221)
|
Thanks to John Paul Adrian Glaubitz for the work (Closes: #880221)
|
||||||
|
* Update of the clang description
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 30 Oct 2017 19:41:20 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 30 Oct 2017 19:41:20 +0100
|
||||||
|
|
||||||
|
79
debian/control
vendored
79
debian/control
vendored
@ -37,14 +37,14 @@ Replaces: clang-3.1, clang-3.2, clang-3.3,
|
|||||||
Breaks: clang-3.1, clang-3.2, clang-3.3,
|
Breaks: clang-3.1, clang-3.2, clang-3.3,
|
||||||
clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt,
|
clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt,
|
||||||
clang-include-fixer-4.0
|
clang-include-fixer-4.0
|
||||||
Description: C, C++ and Objective-C compiler (LLVM based)
|
Description: C, C++ and Objective-C compiler
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
|
|
||||||
Package: clang-format-4.0
|
Package: clang-format-4.0
|
||||||
Architecture: any
|
Architecture: any
|
||||||
@ -80,14 +80,13 @@ Package: clang-4.0-doc
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Section: doc
|
Section: doc
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: C, C++ and Objective-C compiler (LLVM based) - Documentation
|
Description: C, C++ and Objective-C compiler - Documentation
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
.
|
.
|
||||||
This package contains the documentation.
|
This package contains the documentation.
|
||||||
|
|
||||||
@ -98,12 +97,11 @@ Pre-Depends: ${misc:Pre-Depends}
|
|||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: C interface to the clang library
|
Description: C interface to the clang library
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
.
|
.
|
||||||
This package contains the clang library.
|
This package contains the clang library.
|
||||||
.
|
.
|
||||||
@ -119,14 +117,13 @@ Multi-Arch: same
|
|||||||
Section: debug
|
Section: debug
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libclang1-4.0 (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libclang1-4.0 (= ${binary:Version})
|
||||||
Description: clang library
|
Description: clang library (debug)
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
.
|
.
|
||||||
This package contains the debugging symbols.
|
This package contains the debugging symbols.
|
||||||
|
|
||||||
@ -138,12 +135,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
|||||||
libclang-common-4.0-dev (= ${binary:Version})
|
libclang-common-4.0-dev (= ${binary:Version})
|
||||||
Description: clang library - Development package
|
Description: clang library - Development package
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
.
|
.
|
||||||
This package contains the clang headers to develop extensions over
|
This package contains the clang headers to develop extensions over
|
||||||
libclang1-4.0.
|
libclang1-4.0.
|
||||||
@ -154,12 +150,11 @@ Section: libdevel
|
|||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm4.0 (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm4.0 (= ${binary:Version})
|
||||||
Description: clang library - Common development package
|
Description: clang library - Common development package
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
.
|
.
|
||||||
This package contains the clang generic headers and some libraries
|
This package contains the clang generic headers and some libraries
|
||||||
(profiling, etc).
|
(profiling, etc).
|
||||||
@ -196,12 +191,11 @@ Conflicts: python-clang-x.y
|
|||||||
Provides: python-clang-x.y
|
Provides: python-clang-x.y
|
||||||
Description: Clang Python Bindings
|
Description: Clang Python Bindings
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
.
|
.
|
||||||
This binding package provides access to the Clang compiler and libraries.
|
This binding package provides access to the Clang compiler and libraries.
|
||||||
|
|
||||||
@ -212,12 +206,11 @@ Section: doc
|
|||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: Clang examples
|
Description: Clang examples
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
Collection (GCC).
|
GNU Compiler Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang fully implements all published ISO C++ standards including C++11, as
|
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
|
||||||
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
provides most of the support of C++17.
|
||||||
standard, and is considered a production-quality C++ compiler.
|
|
||||||
.
|
.
|
||||||
This package contains the clang examples.
|
This package contains the clang examples.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user