llvm-project/clang
Arthur Eubanks c911befaec [InstCombine] Treat passing undef to noundef params as UB
Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D133036
2022-09-01 15:16:45 -07:00
..
bindings Fixed a number of typos 2022-08-01 13:13:18 -04:00
cmake [Fuchsia][CMake] Disable LLVM plugin support 2022-08-29 07:26:01 +00:00
docs Removing an accidentally duplicated heading; NFC 2022-09-01 11:44:11 -04:00
examples
include [clang] cleanup -fstrict-flex-arrays implementation 2022-09-01 15:06:21 +02:00
lib [clang] cleanup -fstrict-flex-arrays implementation 2022-09-01 15:06:21 +02:00
runtime Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too" 2022-08-18 22:46:32 -04:00
test [InstCombine] Treat passing undef to noundef params as UB 2022-09-01 15:16:45 -07:00
tools [clang][WebAssembly] Pass `-Wa,--no-type-check` through to the MC layer 2022-09-01 02:56:58 -07:00
unittests [clang][dataflow] Refactor `TypeErasedDataflowAnalysisTest` - replace usage of the deprecated overload of `checkDataflow`. 2022-09-01 19:17:37 +00:00
utils Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
www [clang][Sema] check default argument promotions for printf 2022-09-01 10:10:10 +08:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [Flang] Use find_program() to find clang-tblgen 2022-08-29 11:09:25 +02: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/