Перейти к файлу
Ted Kremenek cf98c3f6b7 Don't display border around images (in Firefox).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95772 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-10 06:43:43 +00:00
INPUTS
bindings/python cindex/Python: Turn off showing IDs by default, they are really slow to compute 2010-01-31 00:41:15 +00:00
clang.xcodeproj Combine AsmStmt::setOutputsAndInputs and AsmStmt::setClobbers. 2010-01-30 19:34:25 +00:00
docs Update Clang C++ status, with a more project-centric focus. 2010-02-05 23:51:14 +00:00
examples -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
include Implement basic support for importing source locations from one AST 2010-02-10 00:15:17 +00:00
lib Convert tabs to spaces. 2010-02-10 02:16:30 +00:00
test Add missing header file 2010-02-10 01:35:04 +00:00
tools Introduce a testbed for merging multiple ASTs into a single AST 2010-02-09 19:21:46 +00:00
utils Implement promotion for enumeration types. 2010-02-02 20:10:50 +00:00
www Don't display border around images (in Firefox). 2010-02-10 06:43:43 +00:00
CMakeLists.txt
INSTALL.txt
LICENSE.TXT
Makefile
ModuleInfo.txt
NOTES.txt
README.txt
TODO.txt
VER

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 intrastructure 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/