Go to file
Justin Bogner dd5b2afdf6 Support: Add LLVM_NODISCARD with C++17's [[nodiscard]] semantics
This is essentially a more powerful version of our current
LLVM_ATTRIBUTE_UNUSED_RESULT, in that it can also be applied to types
and generate warnings whenever an object of that type is returned by
value and the value is discarded.

I'll replace uses of LLVM_ATTRIBUTE_UNUSED_RESULT and remove that
macro in follow up commits.

llvm-svn: 284286
2016-10-14 22:04:17 +00:00
clang Add more swift calling convention tests 2016-10-14 21:55:56 +00:00
clang-tools-extra [clang-move] Don't overuse Replacements::add. 2016-10-14 13:43:49 +00:00
compiler-rt [sanitizers] -Wno-macro-redefined for libc++ build 2016-10-14 18:19: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 Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Clarify XFAIL comments 2016-10-14 21:30:35 +00:00
libcxxabi Mark test as unsupported without threads 2016-10-14 09:12:53 +00:00
libunwind [libunwind] Add missing <stdint.h> include. NFC. 2016-10-13 14:32:24 +00:00
lld [ELF] - Added support of PT_OPENBSD_RANDOMIZE 2016-10-14 13:02:22 +00:00
lldb [CMake] Populate LLDB.framework's headers directory 2016-10-14 17:09:55 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm Support: Add LLVM_NODISCARD with C++17's [[nodiscard]] semantics 2016-10-14 22:04:17 +00:00
openmp Code cleanup for the runtime without monitor thread 2016-10-07 18:12:19 +00:00
parallel-libs [SE] Change CoreTests target name 2016-09-27 15:32:52 +00:00
polly [ScopInfo/CodeGen] ExitPHI reads are implicit. 2016-10-12 16:31:09 +00:00