]> granicus.if.org Git - clang/commit
Drop most of InitializationSequence::SequenceKind's values. They didn't really contai...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 5 Jun 2011 13:59:11 +0000 (13:59 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 5 Jun 2011 13:59:11 +0000 (13:59 +0000)
commit7491c499e826682e128a400038361ebcbde30eec
tree0201ae255133f40c5a2f9748f3f4d85b76fbd86e
parentd695d6bb7323672e29dbb1556a3dafde3d3b2732
Drop most of InitializationSequence::SequenceKind's values. They didn't really contain any information that the step array didn't contain too. This makes debugging dumps a bit less informative, but probably not significantly so. The advantage is that the redundancy is gone, so the code is easier to understand.
ReferenceBinding is still there, because it is used in some unclear code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132667 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Initialization.h
lib/Sema/SemaInit.cpp