llvm-project/clang
Chandler Carruth 4cf5743b77 Move the builtin headers to use the new license file header.
Summary:
These all had somewhat custom file headers with different text from the
ones I searched for previously, and so I missed them. Thanks to Hal and
Kristina and others who prompted me to fix this, and sorry it took so
long.

Reviewers: hfinkel

Subscribers: mcrosier, javed.absar, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D60406

llvm-svn: 357941
2019-04-08 20:51:30 +00:00
..
INPUTS
bindings [python, tests] Disable Clang Python tests on SPARC 2019-04-08 15:01:06 +00:00
cmake [clang-fuzzer] Include ExternalProject before using it. 2019-04-05 19:47:17 +00:00
docs [clang-format] Optionally insert a space after unary ! operator 2019-04-08 12:54:48 +00:00
examples
include [clang-format] Optionally insert a space after unary ! operator 2019-04-08 12:54:48 +00:00
lib Move the builtin headers to use the new license file header. 2019-04-08 20:51:30 +00:00
runtime [cmake] Change deprecated $<CONFIG> to $<CONFIGURATION>. NFC 2019-03-30 14:38:51 +00:00
test Clean up ObjCPropertyDecl printing 2019-04-08 19:52:45 +00:00
tools Remove a useless assertion in clang-check. 2019-04-08 16:29:43 +00:00
unittests Changed every use of ASTImporter::Import to Import_New 2019-04-08 13:59:15 +00:00
utils Various fixes and additions to creduce-clang-crash.py 2019-03-29 17:50:43 +00:00
www
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Moved everything SMT-related to LLVM and updated the cmake scripts. 2019-03-25 17:47:45 +00:00
CODE_OWNERS.TXT
INSTALL.txt
LICENSE.TXT
ModuleInfo.txt
NOTES.txt
README.txt

README.txt

//===----------------------------------------------------------------------===//
// 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.llvm.org/mailman/listinfo/cfe-dev

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