llvm-capstone/clang
Jolanta Jensen 1506839485 [NFC] Fixed a typo in clang help docs
Fixed minor typo in clang help docs.

Differential Revision: https://reviews.llvm.org/D141507
2023-01-16 11:50:58 +00:00
..
bindings Add clang_CXXMethod_isMoveAssignmentOperator to libclang 2022-11-14 15:21:36 +01:00
cmake [cmake] Fix path to LLVMConfig.cmake for multi-config builds 2023-01-13 20:32:59 +01:00
docs Add Release Notes and Doc for -fmodule-output 2023-01-16 17:01:41 +08:00
examples
include [NFC] Fixed a typo in clang help docs 2023-01-16 11:50:58 +00:00
lib [OpenCL] Allow undefining header-only features 2023-01-16 11:32:12 +00:00
runtime [clang] Only use major version in resource dir 2022-11-10 15:02:03 +01:00
test [OpenCL] Allow undefining header-only features 2023-01-16 11:32:12 +00:00
tools [ADT] Make StringRef::compare like std::string_view::compare 2023-01-15 20:59:21 +01:00
unittests [clang] Remove remaining uses of llvm::Optional (NFC) 2023-01-14 13:37:25 -08:00
utils [clang] Use std::optional instead of llvm::Optional (NFC) 2023-01-14 12:31:01 -08:00
www [clang] Reland parenthesized aggregate init patches 2023-01-12 09:58:15 -08:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [Clang] Remove CLANG_OPENMP_NVPTX_DEFAULT_ARCH CMake option. 2023-01-13 16:52:07 -06:00
CodeOwners.rst [code-owners] Add Vassil as a code owner for clang incremental compilation. 2022-11-15 08:56:16 +00:00
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/