Go to file
Leny Kholodov 80c047d2c4 DebugInfo: use llvm::DINode::DIFlags type for debug info flags
Use llvm::DINode::DIFlags type (strongly typed enum) for debug flags instead of unsigned int to avoid problems on platforms with sizeof(int) < 4: we already have flags with values > (1 << 16).

Patch by: Victor Leschuk <vleschuk@gmail.com>

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

llvm-svn: 280701
2016-09-06 10:48:04 +00:00
clang DebugInfo: use llvm::DINode::DIFlags type for debug info flags 2016-09-06 10:48:04 +00:00
clang-tools-extra [clang-rename] Add comment after namespace closing 2016-09-05 09:42:02 +00:00
compiler-rt asan: allow __asan_{before,after}_dynamic_init without registered globals 2016-09-05 12:22:56 +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 configure.py: Add polaris10 and polaris11 2016-08-30 18:00:41 +00:00
libcxx Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add test cases for append/insert/assign/replace while we're at it, and fix a similar bug in insert. 2016-09-05 01:54:30 +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 [ELF][MIPS] Support R_MIPS_TLS_DTPREL64 / R_MIPS_TLS_TPREL64 relocations calculation 2016-09-05 15:42:43 +00:00
lldb Fix build breakage in r280692 2016-09-06 10:04:22 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm DebugInfo: use strongly typed enum for debug info flags 2016-09-06 10:46:28 +00:00
openmp Move function into cpp file under KMP_AFFINITY_SUPPORTED guard. 2016-09-02 20:54:58 +00:00
parallel-libs [SE] Add getByteCount methods for device memory 2016-09-03 00:32:07 +00:00
polly Add check-polly-tests build target. 2016-09-05 10:54:16 +00:00