llvm-project/clang
wenhu1024 c20186f995
[VENTUS][fix] enable cts recognize generic keywords (#179)
When run cts generic_address_space test, the clBuildProgram always failed.
    Therefore, add option to recognize the generic keywords.
2025-07-04 11:13:06 +08:00
..
bindings
cmake
docs [Driver] -p: change from unused warning to error for most targets 2022-12-02 18:57:48 +00:00
examples
include [Ventus][fix] fix barrier builtins support (#176) 2025-06-18 02:14:40 +08:00
lib [VENTUS][fix] enable cts recognize generic keywords (#179) 2025-07-04 11:13:06 +08:00
runtime
test [Ventus][fix] fix barrier builtins support (#176) 2025-06-18 02:14:40 +08:00
tools [clang] Use std::nullopt instead of None in comments (NFC) 2022-12-04 15:57:24 -08:00
unittests Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
utils [clang] Use std::nullopt instead of None (NFC) 2022-12-04 13:52:44 -08:00
www
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CodeOwners.rst
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/