]> granicus.if.org Git - clang/commit
CodeGenModule::EmitVTableBitSetEntries: Add check for identical bit set entries.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 24 Feb 2015 01:12:53 +0000 (01:12 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 24 Feb 2015 01:12:53 +0000 (01:12 +0000)
commitf27eb8e844e417793e1841b2e8a046ac1239aea4
treec4d5e8b24847dbfea169b41f86896011a9cbcd5d
parent8e51c4da267677c458c1021374ab69223921c015
CodeGenModule::EmitVTableBitSetEntries: Add check for identical bit set entries.

No two elements of this array should be the same, but the standard library
may pass the same element as both arguments to this function.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230293 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGVTables.cpp