Go to file
Richard Smith 2b4fa5348e For P0784R7: compute whether a variable has constant destruction if it
has a constexpr destructor.

For constexpr variables, reject if the variable does not have constant
destruction. In all cases, do not emit runtime calls to the destructor
for variables with constant destruction.

llvm-svn: 373159
2019-09-29 05:08:46 +00:00
clang For P0784R7: compute whether a variable has constant destruction if it 2019-09-29 05:08:46 +00:00
clang-tools-extra [clangd] Fix template type aliases in findExplicitReference 2019-09-27 17:55:46 +00:00
compiler-rt [libFuzzer] Dump trace and provide correct msg for overwritten input. 2019-09-27 22:04:36 +00:00
debuginfo-tests
libc
libclc travis: Add LLVM 9 build 2019-09-27 05:58:15 +00:00
libcxx [libc++] Take 2: Implement LWG 3158 2019-09-27 15:06:52 +00:00
libcxxabi [Testing] unbreak after r372963 2019-09-26 11:32:02 +00:00
libunwind Unwind: avoid warning about unused typedef 2019-09-20 20:46:33 +00:00
lld [LLD] [test] Add a forgotten comment. NFC. 2019-09-28 09:51:02 +00:00
lldb Revert "[LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. NFC." 2019-09-28 10:25:22 +00:00
llgo
llvm [Docs] Adds sections for Command Line and LibFuzzer articles 2019-09-29 02:16:38 +00:00
openmp [OpenMP] FreeBSD address check if mapped more native 2019-09-28 19:01:59 +00:00
parallel-libs
polly
pstl
.arcconfig
.clang-format
.clang-tidy
.git-blame-ignore-revs
.gitignore
README.md

README.md

The LLVM Compiler Infrastructure

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.