hanchenye-llvm-project/clang
Adrian Prantl d6ec3bc48d Clang-format an 80-column violation.
llvm-svn: 254455
2015-12-01 20:19:44 +00:00
..
INPUTS
bindings [libclang] Visit TypeAliasTemplateDecl 2015-11-15 13:48:32 +00:00
cmake
docs [libFuzzer] clarify the limitation of fsanitize-coverage=trace-cmp 2015-11-30 22:17:19 +00:00
examples
include Clang-format an 80-column violation. 2015-12-01 20:19:44 +00:00
lib Update for llvm api change. 2015-12-01 19:51:03 +00:00
runtime NFC. Fixing my consistently incorrect spelling. 2015-11-23 23:34:13 +00:00
test [MS ABI] Correctly mangle nullptr member pointers for variable templates 2015-12-01 19:13:51 +00:00
tools [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. 2015-12-01 10:17:31 +00:00
unittests Avoid picking up system headers in unittest by providing a fake libstdc++ with a ridiculously high version number. 2015-12-01 19:42:07 +00:00
utils Do not crash when dumping the objc_bridge_related attribute when its optional arguments are not supplied. 2015-11-30 15:25:34 +00:00
www Update reference to final TM TS spec. 2015-11-26 02:23:21 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt NFC. Fixing my consistently incorrect spelling. 2015-11-23 23:34:13 +00:00
CODE_OWNERS.TXT Change code owner for Clang Static Analyzer to Anna Zaks. 2015-11-12 01:31:27 +00:00
INSTALL.txt Honor system specific paths of MAN pages 2015-11-20 18:49:02 +00:00
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.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/