llvm-capstone/clang
Sofía Rodríguez 3d4128f7ff
[clang][ExtractAPI] Record availability information only for the target platform (#76823)
Currently, ExtractAPI provides availability information for all
platforms within a given domain. With this change, we narrow down the
output to include availability details only for the specified target
platform, so users can generate the symbol graph with only the
availability information they need, omitting information of the other
platforms.

This change reverts the functionality introduced in
[`57c9780`](https://github.com/llvm/llvm-project/commit/57c9780).

rdar://120419037
2024-01-19 10:56:53 +00:00
..
bindings [libclang/python] Bump minimum compatibility to Python 3.6 (#77228) 2024-01-17 01:02:54 -08:00
cmake [CMake] Include riscv32-unknown-elf runtimes in Fuchsia toolchain (#78323) 2024-01-16 10:49:56 -08:00
docs [Release Notes] [C++20] [Modules] Summarize modules related change to the release note for clang 18 2024-01-19 15:26:22 +08:00
examples [clang][examples] Remove unused variable 'key' in LLVMPrintFunctionNames.cpp (NFC) 2023-11-07 13:09:20 +08:00
include [clang][ExtractAPI] Record availability information only for the target platform (#76823) 2024-01-19 10:56:53 +00:00
lib [clang][ExtractAPI] Record availability information only for the target platform (#76823) 2024-01-19 10:56:53 +00:00
runtime [NFC][cmake] Sort COMPILER_RT_TEST_SUITES 2023-09-10 16:51:38 -07:00
test [clang][ExtractAPI] Record availability information only for the target platform (#76823) 2024-01-19 10:56:53 +00:00
tools [clang][ExtractAPI] Record availability information only for the target platform (#76823) 2024-01-19 10:56:53 +00:00
unittests [clang-repl][test] Suppress memory lease after #76218 2024-01-18 13:09:13 -08:00
utils [APINotes] Upstream dependencies of Sema logic to apply API Notes to decls 2024-01-17 13:13:10 +00:00
www [clang] Add test for CWG1807 (#77637) 2024-01-18 17:14:25 +04:00
.clang-format
.clang-tidy [Clang] Revert inintentional changes to cmake committed in 33e5db6e0 2024-01-12 10:59:46 +01:00
.gitignore
CMakeLists.txt [CMake] Deprecate GCC_INSTALL_PREFIX (#77537) 2024-01-10 11:01:55 -08:00
CodeOwners.rst Update my contact email in CodeOwners.rst 2023-10-23 06:49:57 -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/