llvm-capstone/clang
Takuya Shimizu dfb85c3ce0 [Clang][Interp] Diagnose uninitialized ctor of global record arrays
This patch adds a check for uninitialized subobjects of global variables that are record arrays.
e.g. `constexpr Foo f[2];`

Reviewed By: tbaeder

Differential Revision: https://reviews.llvm.org/D152548
2023-06-21 19:03:01 +09:00
..
bindings [NFC][Py Reformat] Reformat python files in clang and clang-tools-extra 2023-05-23 08:29:52 +02:00
cmake [Fuchsia] Forward libedit flags to stage2 2023-06-16 16:55:00 -07:00
docs [UsersManual] Add llvm-progen as an alternative tool for AutoFDO profile generation. 2023-06-20 13:26:30 -07:00
examples [clang] Add Parse and Sema support for RegularKeyword attributes 2023-05-31 10:43:10 +01:00
include Try to implement lambdas with inalloca parameters by forwarding without use of inallocas. 2023-06-20 17:30:20 -07:00
lib [Clang][Interp] Diagnose uninitialized ctor of global record arrays 2023-06-21 19:03:01 +09:00
runtime [CMake] Ensure CLANG_RESOURCE_DIR is respected. 2023-06-03 04:21:35 -07:00
test [Clang][Interp] Diagnose uninitialized ctor of global record arrays 2023-06-21 19:03:01 +09:00
tools [clang-format] Add InsertNewlineAtEOF to .clang-format files 2023-06-20 08:30:09 -07:00
unittests [clang-format] Add InsertNewlineAtEOF to .clang-format files 2023-06-20 08:30:09 -07:00
utils Fix NATVIS for some Clang types 2023-06-15 13:00:39 -04:00
www [Clang] Add the list of core papers approved in Varna to the status page 2023-06-17 09:52:36 +03: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
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/