Sen descrición

HOLZSCHUCH Nicolas ebd095683a Make sure the compilers find the files %!s(int64=5) %!d(string=hai) anos
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 %!s(int64=13) %!d(string=hai) anos
bindings 23d1a45959 [TestCommit] Trivial change to test commit access. %!s(int64=6) %!d(string=hai) anos
cmake f90bb31d28 [CMake] Clang: Don't use object libraries with Xcode %!s(int64=5) %!d(string=hai) anos
docs 5d899f7d95 [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includes search paths and diagnostics. %!s(int64=5) %!d(string=hai) anos
examples 6889e9024e Fixup build of clang-interpreter example after change in r370122. %!s(int64=6) %!d(string=hai) anos
include 7e03c676e4 Refactor DependencyScanningTool to its own file %!s(int64=5) %!d(string=hai) anos
lib ebd095683a Make sure the compilers find the files %!s(int64=5) %!d(string=hai) anos
runtime 7d5568e56b [GWP-ASan] Mutex implementation [2]. %!s(int64=6) %!d(string=hai) anos
test 36a094aaa2 Fix -fuse-init-array decision logic on NetBSD %!s(int64=5) %!d(string=hai) anos
tools 8dcc9345f6 Merge branch 'master' of https://github.com/llvm-mirror/clang %!s(int64=5) %!d(string=hai) anos
unittests 65acf43270 [FrontendTests] Try again to make test not write an output file %!s(int64=5) %!d(string=hai) anos
utils faab8a5414 [analyzer] exploded-graph-rewriter: Rename Environment to Expressions. %!s(int64=5) %!d(string=hai) anos
www 05441b0db7 [c++20] Add rewriting from comparison operators to <=> / ==. %!s(int64=5) %!d(string=hai) anos
.arcconfig 3d35a943a9 [clang] Set up .arcconfig to point to new Diffusion C repository %!s(int64=7) %!d(string=hai) anos
.clang-format 439fc85f46 Switch the default mode for clang-format to '-file'. Make 'LLVM' the %!s(int64=12) %!d(string=hai) anos
.clang-tidy 56d19413a8 Disable tidy checks with too many hits %!s(int64=6) %!d(string=hai) anos
.gitignore 79118ec14e Adjust documentation for git migration. %!s(int64=6) %!d(string=hai) anos
CMakeLists.txt b886fe4cb6 [clang] [cmake] Support LLVM_DISTRIBUTION_COMPONENTS in stand-alone build %!s(int64=5) %!d(string=hai) anos
CODE_OWNERS.TXT eafbf8b9ec Add myself as code owner for OpenBSD driver %!s(int64=6) %!d(string=hai) anos
INSTALL.txt f57d2f430d Honor system specific paths of MAN pages %!s(int64=9) %!d(string=hai) anos
LICENSE.TXT 290ca40ccc Fix typos throughout the license files that somehow I and my reviewers %!s(int64=6) %!d(string=hai) anos
ModuleInfo.txt 5911719ea1 Move the ModuleInfo.txt file. %!s(int64=18) %!d(string=hai) anos
NOTES.txt e0244b6427 PTH-- Remove feature entirely- %!s(int64=6) %!d(string=hai) anos
README.txt d10c61d17e [NFC] Test commit %!s(int64=6) %!d(string=hai) anos

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.llvm.org/mailman/listinfo/cfe-dev

If you find a bug in Clang, please file it in the LLVM bug tracker:
http://llvm.org/bugs/