Go to file
Sam McCall 907bde1240 [Support] Require llvm::Error passed to formatv() to be wrapped in fmt_consume()
Summary:
Someone must be responsible for handling an Error. When formatv takes
ownership of an Error, the formatv_object destructor must take care of this.

Passing an error by value to formatv() is not considered explicit enough to mark
the error as handled (see D49013), so we require callers to use a format adapter
to confirm this intent.

Reviewers: zturner

Subscribers: llvm-commits, lhames

Differential Revision: https://reviews.llvm.org/D49170

llvm-svn: 336888
2018-07-12 07:11:28 +00:00
clang Fix deduction for conversion function templates converting to reference 2018-07-11 23:19:41 +00:00
clang-tools-extra [Documentation] Fix incorrect documentation references, new checks order in Release Notes 2018-07-11 20:56:26 +00:00
compiler-rt [XRay][compiler-rt] Fixup: require x86_64 for profiling mode tests 2018-07-12 01:54:29 +00:00
debuginfo-tests
libclc atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_atomics 2018-06-21 19:27:39 +00:00
libcxx Turns out that wide literals U"xxx" and u"xxx" are c++11 and later. 2018-07-12 02:55:01 +00:00
libcxxabi [CMake] Set per-runtime library directory suffix in runtimes build 2018-07-10 19:13:33 +00:00
libunwind [CMake] Set per-runtime library directory suffix in runtimes build 2018-07-10 19:13:33 +00:00
lld [coff] remove_dots from /PDBPATH but not /PDBALTPATH. 2018-07-12 03:22:39 +00:00
lldb Remove the unused m_signal member variable, but leave the code that gets it out of the json. 2018-07-12 03:52:46 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [Support] Require llvm::Error passed to formatv() to be wrapped in fmt_consume() 2018-07-12 07:11:28 +00:00
openmp Fix const cast problem introduced in r336563 2018-07-09 19:09:31 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [Docs] Fix generation of manpages. 2018-07-09 20:26:11 +00:00
README.md

README.md

Low Level Virtual Machine (LLVM)

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