llvm-project/clang
Sylvestre Ledru 82e547e1a9 Remove trailing spaces (no other change). Bikeshed #2
llvm-svn: 201584
2014-02-18 17:21:45 +00:00
..
INPUTS
bindings
docs Implements a declarative approach to documenting individual attributes in Clang via a Documentation tablegen class. Also updates the internals manual with information about how to use this new, required, documentation feature. 2014-02-17 15:27:10 +00:00
examples [examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins. 2014-02-13 18:12:30 +00:00
include Fix a non-error diagnostic that had an err_ name. Also move it from Warning to 2014-02-18 00:45:50 +00:00
lib [analyzer] Teach CastSizeChecker about flexible array members. 2014-02-18 17:06:30 +00:00
runtime
test [analyzer] Teach CastSizeChecker about flexible array members. 2014-02-18 17:06:30 +00:00
tools Remove trailing spaces (no other change). Bikeshed #2 2014-02-18 17:21:45 +00:00
unittests Add files that I forgot to svn add in 201578. 2014-02-18 15:29:17 +00:00
utils Forcing it to be an error when there is no Documentation list specified for an attribute. This is a bit of a (harmless) hack, but the FIXME explains why and when this hack can be removed. It's a justified hack because this prevents attribute authors from forgetting to add documentation when they add a new attribute. 2014-02-17 18:23:02 +00:00
www Remove transactional memory from c++ status page; there's no working paper for it yet. 2014-02-15 00:48:38 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [CMake] add_clang_library(MODULE): Create a phony target when llvm_add_library(MODULE) gave up. 2014-02-13 11:24:45 +00:00
CODE_OWNERS.TXT
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/