Nessuna descrizione

David L. Jones fdfce82b87 Creating branches/google/testing and tags/google/testing/2017-11-14 from r317716 7 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 299a245299 [bindings] fix TLS test failure 7 anni fa
cmake a934273b7c [clang-fuzzer] Fix incremental builds of the fuzzer 7 anni fa
docs 748ac78721 [docs] Add section 'Half-Precision Floating Point' 7 anni fa
examples 6c88744ec3 Add LLVMOption to clang-interpreter, corresponding to r291938. 8 anni fa
include 8f15f3c700 Add CoreOption flag to "-coverage" option to make it available for clang-cl 7 anni fa
lib a9a85a6f76 [analyzer] Fix a crash on logical operators with vectors. 7 anni fa
runtime 2f4ad170dc Allow building libFuzzer tests in two-stage compiler-rt build. 7 anni fa
test a7540887e8 Add a missing "REQUIRES: system-windows" to a Windows-only test. 7 anni fa
tools eb4212181c [clang-refactor] Introduce a new rename rule for qualified symbols 7 anni fa
unittests 55570a3383 Moved QualTypeNames.h from Tooling to AST. 7 anni fa
utils 79c395c08e Move the clang-tblgen project into the Clang tablegenning folder on IDEs like Visual Studio rather than leave it in the root directory. NFC. 7 anni fa
www 45fcc58b7d [c++2a] Update cxx_status w __VA_OPT__ marked as completed in SVN. 7 anni fa
.arcconfig 6a795889c3 Upgrade all the .arcconfigs to https. 9 anni fa
.clang-format 439fc85f46 Switch the default mode for clang-format to '-file'. Make 'LLVM' the 12 anni fa
.clang-tidy 2bdc4cd10b Try to use readability-identifier-naming check on Clang. 9 anni fa
.gitignore a6ed23a047 Add the clang debug info test directory to .gitignore as it's managed separately. 9 anni fa
CMakeLists.txt 0576e32faa Move the clang-tblgen-targets project into the Misc folder on IDEs like Visual Studio rather than leave it in the root directory. NFC. 7 anni fa
CODE_OWNERS.TXT ff02804893 Added Anastasia Stulova as a code owner for OpenCL 9 anni fa
INSTALL.txt f57d2f430d Honor system specific paths of MAN pages 9 anni fa
LICENSE.TXT c7be7869c8 Update copyright year to 2016. 9 anni fa
ModuleInfo.txt 5911719ea1 Move the ModuleInfo.txt file. 18 anni fa
NOTES.txt 03fb337df3 Remove trailing spaces 11 anni fa
README.txt 3bddc261dd Test commit 7 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/