]> granicus.if.org Git - clang/commit
Replace the class offset vectors in RecordLayoutBuilder with maps instead so we'll...
authorAnders Carlsson <andersca@mac.com>
Thu, 11 Mar 2010 04:10:39 +0000 (04:10 +0000)
committerAnders Carlsson <andersca@mac.com>
Thu, 11 Mar 2010 04:10:39 +0000 (04:10 +0000)
commit147b5ddc6c8618a9d70a83f90de409e444ae705b
treec2b12d63650ee38bbbc0b008675e4fa5d9216d29
parent584e1dfaf6ab682cebe4fe51f55f0ae3215d303f
Replace the class offset vectors in RecordLayoutBuilder with maps instead so we'll have faster lookup and so we can detect duplicates.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98231 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/RecordLayout.h
lib/AST/RecordLayout.cpp
lib/AST/RecordLayoutBuilder.cpp
lib/AST/RecordLayoutBuilder.h