Nenhuma descrição

Bill Wendling 5375496de7 Renaming to coincide with updated tagging system. 11 anos atrás
INPUTS f3477c13ee Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 13 anos atrás
bindings 6ca5d03884 cindex.py: remove obsolete workaround and FIXME 11 anos atrás
docs 6f7e0363c0 Merging r214777: 11 anos atrás
examples 80bfbba822 Revert "unique_ptr-ify ownership of ASTConsumers" 11 anos atrás
include 9626e0eda7 ------------------------------------------------------------------------ 11 anos atrás
lib 3e24ceaa26 Merging r214735: 11 anos atrás
runtime 9cd6c51cd8 Unify the name of compiler-rt builtins library on Linux. 11 anos atrás
test 3e24ceaa26 Merging r214735: 11 anos atrás
tools 4ae9fc5880 clang-format vs plugin: set version number from cmake (PR20307) 11 anos atrás
unittests 80bfbba822 Revert "unique_ptr-ify ownership of ASTConsumers" 11 anos atrás
utils 7b183ffd3e Specifying the diagnostic argument through the attribute table generator instead of having to enter it manually as part of the attribute subject list. This only affects attributes appertaining to ObjC interfaces and protocols. 11 anos atrás
www 6d344ecf95 [cxx_status] Minor wording tweaks. 11 anos atrás
.arcconfig 3d0e84831b Updated phabricator server. 11 anos atrás
.clang-format 439fc85f46 Switch the default mode for clang-format to '-file'. Make 'LLVM' the 12 anos atrás
.gitignore b450161ce8 Reverted unintendedly-committed file. 12 anos atrás
CMakeLists.txt 6c4abb1676 Make clang's rewrite engine a core feature 11 anos atrás
CODE_OWNERS.TXT 3af611a2f9 Adding myself as the code owner for the attribute subsystem. 11 anos atrás
INSTALL.txt 0d33f456ff Reverting test commit 12 anos atrás
LICENSE.TXT c8a1cf95f8 Update the copyright credits -- Happy new year 2014! 11 anos atrás
Makefile 8da8f6b676 Define ENABLE_CLANG_EXAMPLES instead of relying on BUILD_EXAMPLES 11 anos atrás
ModuleInfo.txt 5911719ea1 Move the ModuleInfo.txt file. 18 anos atrás
NOTES.txt 03fb337df3 Remove trailing spaces 11 anos atrás
README.txt 6bee63fdee Remove whitespace from test commit. 11 anos atrás

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/