minix/external/bsd/llvm/dist/clang
Lionel Sambuc 57ca7ad105 NetBSD re-synchronization of the source tree
This brings our tree to NetBSD 7.0, as found on -current on the
10-10-2015.

This updates:
 - LLVM to 3.6.1
 - GCC to GCC 5.1
 - Replace minix/commands/zdump with usr.bin/zdump
 - external/bsd/libelf has moved to /external/bsd/elftoolchain/
 - Import ctwm
 - Drop sprintf from libminc

Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
2015-12-31 17:56:59 +01:00
..
bindings NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
cmake/modules NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
docs NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
examples NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
include NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
INPUTS Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
lib NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
runtime NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
test NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
tools NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
unittests NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
utils NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
www NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
.arcconfig NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
.clang-format Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
.clang-tidy NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
.gitignore Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
CMakeLists.txt NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
CODE_OWNERS.TXT NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
INSTALL.txt Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
LICENSE.TXT NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
Makefile NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
ModuleInfo.txt Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
NOTES.txt NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00
README.txt NetBSD re-synchronization of the source tree 2015-12-31 17:56:59 +01:00

//===----------------------------------------------------------------------===//
// C Language Family Front-end
//===----------------------------------------------------------------------===//

Welcome to Clang.  This is a compiler front-end for the C family of languages
(C, C++, Objective-C, and Objective-C++) which is built as part of the LLVM
compiler infrastructure project.

Unlike many other compiler frontends, Clang is useful for a number of things
beyond just compiling code: we intend for Clang to be host to a number of
different source-level tools.  One example of this is the Clang Static Analyzer.

If you're interested in more (including how to build Clang) it is best to read
the relevant web sites.  Here are some pointers:

Information on Clang:              http://clang.llvm.org/
Building and using Clang:          http://clang.llvm.org/get_started.html
Clang Static Analyzer:             http://clang-analyzer.llvm.org/
Information on the LLVM project:   http://llvm.org/

If you have questions or comments about Clang, a great place to discuss them is
on the Clang development mailing list:
  http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

If you find a bug in Clang, please file it in the LLVM bug tracker:
  http://llvm.org/bugs/