Go to file
David Blaikie 5846239e16 Assert to bounds check MDNode::getOperand.
The getOperandPtr utility already bounds checks, but allows one-off-the-end.
This assert should catch the cases that could previously have been dereferencing
these one-off-the-end pointer. Happily, no cases of this came up with this
change.

llvm-svn: 176721
2013-03-08 21:08:23 +00:00
clang [PCH] When complaining that a header from the PCH was modified, also mention 2013-03-08 20:42:38 +00:00
clang-tools-extra Removing 'modindex' from clang-tools-extra doc index 2013-03-08 19:20:07 +00:00
compiler-rt Take the GCDA version string as an input to llvm_gcda_start_file. 2013-03-07 08:28:54 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Parsing floating point numbers with very long precision was broken, and this patch fixes it. This fixes http://llvm.org/bugs/show_bug.cgi?id=15445. 2013-03-08 19:06:24 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [ELF] Order weak symbols properly 2013-03-06 21:59:27 +00:00
lldb OptionValueFileSpec shouldn't be doing argument 2013-03-08 20:59:47 +00:00
llvm Assert to bounds check MDNode::getOperand. 2013-03-08 21:08:23 +00:00
polly Print function names under --polly-report 2013-03-04 19:49:51 +00:00