Go to file
Filipe Cabecinhas 74f490d331 [asan] Ease dealing with tagged enum ErrorDescription with some macros.
Summary:
Added a macro to enumerate the (error name, error member name) pairs. This way,
when adding an error, we only need to add the pair to one place (plus add its
implementation, or course).

Reviewers: kcc, samsonov

Subscribers: llvm-commits, kubabrecka

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

llvm-svn: 281237
2016-09-12 17:12:02 +00:00
clang Trivial documentation fix regarding Obj-C ARC objc_arc_weak_reference_unavailable 2016-09-12 16:14:52 +00:00
clang-tools-extra [clang-tidy] readability-misplaced-array-index: add new check that warns when array index is misplaced. 2016-09-12 12:04:13 +00:00
compiler-rt [asan] Ease dealing with tagged enum ErrorDescription with some macros. 2016-09-12 17:12:02 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Replace nextafter implementation 2016-09-08 16:37:56 +00:00
libcxx [libcxx] Introduce an externally-threaded libc++ variant. 2016-09-11 21:46:40 +00:00
libcxxabi [lit] Replace print with lit_config.note(). 2016-09-02 13:56:05 +00:00
libunwind Add missing _US_ACTION_MASK constant to unwind.h 2016-09-05 18:01:13 +00:00
lld Simplify handling of /DISCARD/. NFC. 2016-09-12 16:05:16 +00:00
lldb Move StdStringExtractor to tools/debugserver 2016-09-12 16:13:05 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm llvm-size: Add --totals option 2016-09-12 17:08:28 +00:00
openmp [OPENMP] ppc64le recognized as big-endian 2016-09-09 18:04:23 +00:00
parallel-libs [SE] RegisteredHostMemory for async device copies 2016-09-12 16:09:41 +00:00
polly Store the size of the outermost dimension in case of newly created arrays that require memory allocation. 2016-09-12 17:08:31 +00:00