llvm-capstone/clang
Artem Dergachev 7f25a88261 [analyzer] Remove rdar links from static analyzer and libAnalysis sources. NFC.
I actually visited each link and added relevant context directly to the code.

This is related to the effort to eliminate internal bug tracker links
(d618f1c, e0ac46e).

Test files still have a lot of rdar links and ids in them.
I haven't touched them yet.
2023-07-27 17:51:49 -07:00
..
bindings [NFC][Py Reformat] Reformat python files in clang and clang-tools-extra 2023-05-23 08:29:52 +02:00
cmake Revert "[CMake] Include riscv32-unknown-elf runtimes in Fuchsia toolchain" 2023-07-26 08:05:03 +00:00
docs [clang][docs][OpenMP] Update status of OMPT support. 2023-07-27 06:16:13 -04:00
examples [clang] Add Parse and Sema support for RegularKeyword attributes 2023-05-31 10:43:10 +01:00
include [Driver] Add -f[no-]offload-uniform-block 2023-07-27 16:36:02 -04:00
lib [analyzer] Remove rdar links from static analyzer and libAnalysis sources. NFC. 2023-07-27 17:51:49 -07:00
runtime [CMake] Ensure CLANG_RESOURCE_DIR is respected. 2023-06-03 04:21:35 -07:00
test Fix test hip-options.hip 2023-07-27 17:36:38 -04:00
tools Reapply "[OpenMP] Add the ompx_attribute clause for target directives" 2023-07-25 10:40:35 -07:00
unittests [clang][CFG] Support construction of a weak topological ordering of the CFG. 2023-07-27 18:40:59 +00:00
utils [clang] Enable C++11-style attributes in all language modes 2023-07-22 09:34:15 -07:00
www [Clang] Implement P2741R3 - user-generated static_assert messages 2023-07-20 08:33:19 +02:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [clang] set python3 as required build dependency 2023-06-09 07:52:48 +00:00
CodeOwners.rst Add Adrian and David as owners for debug info 2023-07-24 11:11:35 -07:00
INSTALL.txt
LICENSE.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/