llvm/clang
2022-10-10 17:08:10 +02:00
..
bindings Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
cmake [CMake][Fuchsia] Enable assertions and backtraces in stage 1 build 2022-07-26 06:09:38 +00:00
docs Downgrade implicit int and implicit function declaration to warning only 2022-09-15 09:10:15 +02:00
examples
include Downgrade implicit int and implicit function declaration to warning only 2022-09-15 09:10:15 +02:00
lib [Syntax] avoid using c++17 features on 15.x branch 2022-10-10 17:08:10 +02:00
runtime
test [clang][DebugInfo] Emit debuginfo for non-constant case value 2022-10-04 11:28:35 +02:00
tools [NFC] Fix a misleading comment CLANG_FORCE_MATCHING_LIBCLANG_SOVERSION 2022-08-25 09:57:30 +02:00
unittests [Syntax] Fix macro-arg handling in TokenBuffer::spelledForExpanded 2022-10-10 08:49:22 +02:00
utils [clang][SVE] Undefine preprocessor macro defined in 2022-08-17 10:56:17 +02:00
www [clang] [docs] Update the changes of C++20 Modules in clang15 2022-07-26 18:47:53 +08:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt SONAME introduce option CLANG_FORCE_MATCHING_LIBCLANG_SOVERSION 2022-08-25 09:39:40 +02:00
CODE_OWNERS.TXT
INSTALL.txt
LICENSE.TXT
ModuleInfo.txt
NOTES.txt
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 forums:
  https://discourse.llvm.org/c/clang/

If you find a bug in Clang, please file it in the LLVM bug tracker:
  http://llvm.org/bugs/