No description or website provided.
C++ C Objective-C Objective-C++ HTML Python Other
Latest commit 1d02831 Jan 18, 2017 @DougGregor DougGregor committed on GitHub Merge pull request #63 from apple/apinotes-implicit-accessors-4_0
[API Notes] Consult API notes for implicitly-declared property getter/setter
Permalink
Failed to load latest commit information.
INPUTS Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and on… Sep 27, 2012
bindings Merging r291907: Jan 13, 2017
cmake cmake: Don't try to install exports if there aren't any Nov 8, 2016
docs Make the -fstrict-vtable-pointers link relative Jan 17, 2017
examples Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocation… Jan 6, 2017
include Revert "Add -Wexpansion-to-undefined: warn when using `defined` in a … Jan 17, 2017
lib [API Notes] Consult API notes for implicitly-declared property getter… Jan 18, 2017
runtime [sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET and CMAKE_OSX_SYS… Dec 19, 2016
test [API Notes] Consult API notes for implicitly-declared property getter… Jan 18, 2017
tools Merge remote-tracking branch 'mirror/master' into upstream-with-swift Jan 11, 2017
unittests Merge commit 'dc25d53fce91d393fad6c12c5354280b549f5452' into swift-4.… Jan 13, 2017
utils [APINotes] Preserve attributes from inactive versions. (#53) Jan 11, 2017
www Merging r291871: Jan 13, 2017
.arcconfig Upgrade all the .arcconfigs to https. Jul 14, 2016
.clang-format Switch the default mode for clang-format to '-file'. Make 'LLVM' the Sep 2, 2013
.clang-tidy Try to use readability-identifier-naming check on Clang. Apr 13, 2016
.gitignore Add the clang debug info test directory to .gitignore as it's managed… Feb 12, 2016
CMakeLists.txt [cmake] Obtain LLVM_CMAKE_PATH from llvm-config Jan 9, 2017
CODE_OWNERS.TXT Added Anastasia Stulova as a code owner for OpenCL Feb 3, 2016
CONTRIBUTING.md Add legal notice for pull requests and reference to contribution guid… Dec 5, 2015
INSTALL.txt Honor system specific paths of MAN pages Nov 20, 2015
LICENSE.TXT Update copyright year to 2016. Mar 30, 2016
ModuleInfo.txt Move the ModuleInfo.txt file. Jul 11, 2007
NOTES.txt Remove trailing spaces Jul 13, 2014
README.txt Update mailing list references to lists.llvm.org Aug 5, 2015

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/