llvm-project/clang
Manuel Klimek f44d28f840 Fix build errors. 2022-07-12 07:43:26 +00:00
..
bindings [OpenMP] Initial parsing and sema for 'parallel masked' construct 2022-06-16 18:01:15 -07:00
cmake [CMake][Fuchsia] Use libunwind as the default unwinder 2022-07-09 18:15:04 +00:00
docs [X86] Support -mstack-protector-guard-symbol 2022-07-12 10:17:00 +08:00
examples
include [X86] Support -mstack-protector-guard-symbol 2022-07-12 10:17:00 +08:00
lib Fix build errors. 2022-07-12 07:43:26 +00:00
runtime Fix running orc-rt tests with LLVM_BUILD_EXTERNAL_COMPILER_RT (again). 2022-07-05 15:20:08 -07:00
test [X86] Support -mstack-protector-guard-symbol 2022-07-12 10:17:00 +08:00
tools [HIP] Add support for handling HIP in the linker wrapper 2022-07-11 15:49:23 -04:00
unittests [clang-format] Add MacroUnexpander. 2022-07-12 07:11:46 +00:00
utils [RISCV][Clang] Teach RISCVEmitter to generate BitCast for pointer operands. 2022-07-05 11:02:44 +08:00
www Update references to Discourse instead of the mailing lists. 2022-07-08 11:16:47 -07:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore" 2022-06-10 19:26:12 +00:00
CODE_OWNERS.TXT
INSTALL.txt
LICENSE.TXT
ModuleInfo.txt
NOTES.txt
README.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/