llvm-capstone/clang
Podchishchaeva, Mariya 25d6f9ddc1 [NFC][clang] Fix static analyzer concerns
A bunch of classes in APValue free resources in the destructor but don't
have user-written copy c'tor or assignment operator, so copying them using
default ones can cause double free.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D156975
2023-08-03 08:37:58 -07:00
..
bindings
cmake Revert "[CMake] Include riscv32-unknown-elf runtimes in Fuchsia toolchain" 2023-07-26 08:05:03 +00:00
docs [RISCV] Support -m[no-]strict-align options 2023-08-03 18:11:41 +08:00
examples
include [NFC][clang] Fix static analyzer concerns 2023-08-03 08:37:58 -07:00
lib Revert "Fix __cfi_check not aligned to 4k on relocatable files with no executable code" 2023-08-03 22:03:43 +09:00
runtime
test Revert "Fix __cfi_check not aligned to 4k on relocatable files with no executable code" 2023-08-03 22:03:43 +09:00
tools Stop using legacy helpers indicating typed pointer types. NFC 2023-08-02 12:08:37 +02:00
unittests [clang-format] Handle goto labels preceded by C++11 attributes 2023-08-02 22:48:48 -07:00
utils [clang] Enable C++11-style attributes in all language modes 2023-07-22 09:34:15 -07:00
www Update documentation about use of NATVIS 2023-07-31 12:26:51 -04:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
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/