Nessuna descrizione

Douglas Yung 6889e9024e Fixup build of clang-interpreter example after change in r370122. 6 anni fa
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 anni fa
bindings 617f68365c [clang][Tooling] Infer target and mode from argv[0] when using JSONCompilationDatabase 6 anni fa
cmake f37d6ae9c0 [CMake][Fuchsia] Define asan+noexcept multilib 6 anni fa
docs f8a76fe080 [ReleaseNotes] MemorySanitizer support of ASLR on FreeBSD 6 anni fa
examples 6889e9024e Fixup build of clang-interpreter example after change in r370122. 6 anni fa
include f1482f1c07 Fix "commas at the end of enumerator lists are a C99-specific" 6 anni fa
lib b201e0923c Revert "Change the X86 datalayout to add three address spaces for 32 bit signed," 6 anni fa
runtime 7d5568e56b [GWP-ASan] Mutex implementation [2]. 6 anni fa
test 0b99d24064 [Clang][Bundler] Do not require host triple for extracting device bundles 6 anni fa
tools 0b99d24064 [Clang][Bundler] Do not require host triple for extracting device bundles 6 anni fa
unittests 610ec02d6d ArrayRef'ized CompilerInvocation::CreateFromArgs 6 anni fa
utils 838d250a16 [OpenCL] Microoptimize OCL2Qual a bit 6 anni fa
www ad9352c336 Testing commit access; NFC 6 anni fa
.arcconfig 3d35a943a9 [clang] Set up .arcconfig to point to new Diffusion C repository 7 anni fa
.clang-format 439fc85f46 Switch the default mode for clang-format to '-file'. Make 'LLVM' the 12 anni fa
.clang-tidy 56d19413a8 Disable tidy checks with too many hits 6 anni fa
.gitattributes 1f0a479997 Re-land [clang-scan-deps] Minimizer: Correctly handle multi-line content with CR+LF line endings 6 anni fa
.gitignore 79118ec14e Adjust documentation for git migration. 6 anni fa
CMakeLists.txt 9345ddca9e [CMake] Don't set Python_ADDITIONAL_VERSIONS 6 anni fa
CODE_OWNERS.TXT eafbf8b9ec Add myself as code owner for OpenBSD driver 6 anni fa
INSTALL.txt f57d2f430d Honor system specific paths of MAN pages 9 anni fa
LICENSE.TXT 290ca40ccc Fix typos throughout the license files that somehow I and my reviewers 6 anni fa
ModuleInfo.txt 5911719ea1 Move the ModuleInfo.txt file. 18 anni fa
NOTES.txt e0244b6427 PTH-- Remove feature entirely- 6 anni fa
README.txt d10c61d17e [NFC] Test commit 6 anni fa

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/