Nenhuma descrição

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