hanchenye-llvm-project/clang
Alp Toker 8214bf5eef Briefly document diag-build.sh
It may be a quick and dirty script but it's still useful to have some
indication as to its purpose.

Text taken straight from Jordan's r158682 commit message.

llvm-svn: 198128
2013-12-28 21:59:11 +00:00
..
INPUTS
bindings [libclang/python] Add CompilationDatabase.getAllCompileCommands to the python bindings. 2013-12-20 01:34:00 +00:00
docs Remove an outdated statement about debugging optimized code. 2013-12-20 17:39:42 +00:00
examples Fix getCustomDiagID() usage in example code 2013-12-21 05:19:58 +00:00
include Rename isBuiltinCall() to getBuiltinCallee() 2013-12-28 21:59:02 +00:00
lib Rename isBuiltinCall() to getBuiltinCallee() 2013-12-28 21:59:02 +00:00
runtime Only build ARM-specific runtimes if ARM is enabled 2013-12-11 12:01:21 +00:00
test Propagate "-arch x86_64h" setting to the linker. <rdar://problem/15711488> 2013-12-28 05:26:14 +00:00
tools Briefly document diag-build.sh 2013-12-28 21:59:11 +00:00
unittests clang-format: Break default arguments less eagerly. 2013-12-27 06:39:56 +00:00
utils Teach the diagnostics engine about the Attr type to make reporting on semantic attributes easier (and not require hard-coded strings). This requires a getSpelling() function on the Attr class, which is table-driven. Updates a handful of cases where a hard-coded string was being used to test the functionality out. Updating associated test cases for the improved quoting. 2013-12-26 18:30:57 +00:00
www Regenerate DR status page. 2013-12-10 08:26:19 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [CMake] Tweak r197697 to handle CMake finding the wrong llvm-config/tblgen. 2013-12-19 18:39:05 +00:00
CODE_OWNERS.TXT Update contact information. 2013-11-15 17:35:53 +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/