mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-11 02:04:22 +00:00
* Update the clang description for something more accurate (C++-11, 14, etc)
This commit is contained in:
parent
ceb6fcfd24
commit
6c1a959183
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
llvm-toolchain-snapshot (1:3.8~svn255217-1~exp2) experimental; urgency=medium
|
||||||
|
|
||||||
|
* Update the clang description for something more accurate (C++-11, 14, etc)
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 16 Jan 2016 12:34:11 +0100
|
||||||
|
|
||||||
llvm-toolchain-snapshot (1:3.8~svn255217-1~exp1) experimental; urgency=medium
|
llvm-toolchain-snapshot (1:3.8~svn255217-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
* New snapshot release
|
* New snapshot release
|
||||||
|
40
debian/control
vendored
40
debian/control
vendored
@ -36,8 +36,9 @@ Description: C, C++ and Objective-C compiler (LLVM based)
|
|||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
||||||
Collection (GCC).
|
Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
|
Clang fully implements all published ISO C++ standards including C++11, as
|
||||||
a partial support of C++1y.
|
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
||||||
|
standard, and is considered a production-quality C++ compiler.
|
||||||
|
|
||||||
Package: clang-format-3.8
|
Package: clang-format-3.8
|
||||||
Architecture: any
|
Architecture: any
|
||||||
@ -77,8 +78,9 @@ Description: C, C++ and Objective-C compiler (LLVM based) - Documentation
|
|||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
||||||
Collection (GCC).
|
Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
|
Clang fully implements all published ISO C++ standards including C++11, as
|
||||||
a partial support of C++1y.
|
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
||||||
|
standard, and is considered a production-quality C++ compiler.
|
||||||
.
|
.
|
||||||
This package contains the documentation.
|
This package contains the documentation.
|
||||||
|
|
||||||
@ -92,8 +94,9 @@ Description: C interface to the clang library
|
|||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
||||||
Collection (GCC).
|
Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
|
Clang fully implements all published ISO C++ standards including C++11, as
|
||||||
a partial support of C++1y.
|
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
||||||
|
standard, and is considered a production-quality C++ compiler.
|
||||||
.
|
.
|
||||||
This package contains the clang library.
|
This package contains the clang library.
|
||||||
.
|
.
|
||||||
@ -114,8 +117,9 @@ Description: clang library
|
|||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
||||||
Collection (GCC).
|
Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
|
Clang fully implements all published ISO C++ standards including C++11, as
|
||||||
a partial support of C++1y.
|
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
||||||
|
standard, and is considered a production-quality C++ compiler.
|
||||||
.
|
.
|
||||||
This package contains the debugging symbols.
|
This package contains the debugging symbols.
|
||||||
|
|
||||||
@ -129,8 +133,9 @@ Description: clang library - Development package
|
|||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
||||||
Collection (GCC).
|
Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
|
Clang fully implements all published ISO C++ standards including C++11, as
|
||||||
a partial support of C++1y.
|
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
||||||
|
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-3.8.
|
libclang1-3.8.
|
||||||
@ -144,8 +149,9 @@ Description: clang library - Common development package
|
|||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
||||||
Collection (GCC).
|
Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
|
Clang fully implements all published ISO C++ standards including C++11, as
|
||||||
a partial support of C++1y.
|
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
||||||
|
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).
|
||||||
@ -162,8 +168,9 @@ Description: Clang Python Bindings
|
|||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
||||||
Collection (GCC).
|
Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
|
Clang fully implements all published ISO C++ standards including C++11, as
|
||||||
a partial support of C++1y.
|
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
||||||
|
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.
|
||||||
|
|
||||||
@ -177,8 +184,9 @@ Description: Clang examples
|
|||||||
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
|
||||||
Collection (GCC).
|
Collection (GCC).
|
||||||
.
|
.
|
||||||
Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
|
Clang fully implements all published ISO C++ standards including C++11, as
|
||||||
a partial support of C++1y.
|
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
|
||||||
|
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