hanchenye-llvm-project/clang
Richard Smith f676e45e5f When a && or || appears as the condition of a ?:, perform appropriate
short-circuiting when building the CFG. Also be sure to skip parens before
checking for the && / || special cases. Finally, fix some crashes in CFG
printing in the presence of calls to destructors for array of array of class
type.

llvm-svn: 160691
2012-07-24 21:02:14 +00:00
..
INPUTS
bindings/python [clang.py] Implement Token API 2012-07-12 07:21:12 +00:00
docs Fix a typo (the the => the) 2012-07-23 08:59:39 +00:00
examples
include Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11 2012-07-24 20:24:58 +00:00
lib When a && or || appears as the condition of a ?:, perform appropriate 2012-07-24 21:02:14 +00:00
runtime
test When a && or || appears as the condition of a ?:, perform appropriate 2012-07-24 21:02:14 +00:00
tools libclang comments AST: clang_ParamCommandComment_getParamName: don't assert 2012-07-23 19:41:49 +00:00
unittests Comment parsing: allow newlines between \param, direction specification (e.g., 2012-07-24 18:23:31 +00:00
utils Remove an unused header 2012-07-19 04:10:19 +00:00
www Fix a typo (the the => the) 2012-07-23 08:59:39 +00:00
.gitignore
CMakeLists.txt [CMake] Get rid of unconditional dependency to ClangDiagnosticCommon. Only clangBasic and clangASTMatchers need it. 2012-07-09 14:12:20 +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/