Go to file
Timur Iskhodzhanov 05e3670498 Recommit r183298+r183300 'Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers()'
In r183298, I've used llvm::SmallPtrSet<..., 8> instead of llvm::SmallVector<..., 8> for NewVirtualFunctionsTy by mistake.
This only manifested when a class had more than 8 virtual functions, which wasn't covered by unit-tests

llvm-svn: 183310
2013-06-05 14:05:50 +00:00
clang Recommit r183298+r183300 'Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers()' 2013-06-05 14:05:50 +00:00
clang-tools-extra cpp11-migrate: collect performance timers per source file 2013-06-04 22:37:02 +00:00
compiler-rt [sanitizer] Fix windows build. 2013-06-04 14:06:16 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Neglected to remove a debugging comment from last commit. 2013-05-21 21:19:35 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld Now that llvm-readobj is fixed, enable this test. 2013-06-05 01:38:12 +00:00
lldb Small changes to diagnose_unwind. Correctly provide help text. 2013-06-05 02:56:58 +00:00
llvm This is a simple patch that changes RRX and RRXS to accept all registers as operands. 2013-06-05 13:23:51 +00:00
polly scop detection: do not call getAliasSetForPointer when IgnoreAliasing 2013-06-03 16:35:41 +00:00