暫無描述

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

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/