hanchenye-llvm-project/clang
Benjamin Kramer da32cf82ba [CodeGen] Fold memcpy into SmallVector initializer. No functionality change.
llvm-svn: 243992
2015-08-04 15:38:49 +00:00
..
INPUTS
bindings
cmake/modules
docs Grammar: Don't imply that a program wouldn't want a person as its output. 2015-08-03 20:41:31 +00:00
examples Fixing a build bot break from r240400. 2015-06-23 13:29:33 +00:00
include [ASTContext] Add a templated convenience wrapper for Allocate. 2015-08-04 12:34:23 +00:00
lib [CodeGen] Fold memcpy into SmallVector initializer. No functionality change. 2015-08-04 15:38:49 +00:00
runtime
test [Sema] Add a crazy test case for r243987 2015-08-04 15:18:16 +00:00
tools [UB] Avoid a really broken call to realloc that would later result in 2015-08-04 03:53:04 +00:00
unittests Do not force linebreaks when MaxEmptyLinesToKeep is 0. 2015-07-28 15:50:24 +00:00
utils [UB] Guard two calls to memcpy in generated attribute code to handle 2015-08-04 03:53:01 +00:00
www Revert r243827. 2015-08-01 18:25:03 +00:00
.arcconfig Revert r242365. 2015-07-16 00:32:26 +00:00
.clang-format
.clang-tidy
.gitignore Revert r242365. 2015-07-16 00:32:26 +00:00
CMakeLists.txt Use Clang version numbers for the Windows VERSIONINFO resource. 2015-06-12 16:33:38 +00:00
CODE_OWNERS.TXT List Alexey Bataev as code owner for Clang's OpenMP support, as discussed offline. 2015-05-12 20:29:41 +00:00
INSTALL.txt
LICENSE.TXT
Makefile
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.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/