Reorder: put the nested transaction container right after the decl container.

git-svn-id: http://root.cern.ch/svn/root/trunk@49140 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Vassil Vassilev 2013-04-09 08:55:54 +00:00
parent 10de41a757
commit 3ce238085f

View File

@ -70,14 +70,14 @@ namespace cling {
///
llvm::OwningPtr<DeclQueue> m_DeclQueue;
///\brief The enclosing transaction if nested.
///
Transaction* m_Parent;
///\brief List of nested transactions if any.
///
llvm::OwningPtr<NestedTransactions> m_NestedTransactions;
///\brief The enclosing transaction if nested.
///
Transaction* m_Parent;
unsigned m_State : 3;
unsigned m_IssuedDiags : 2;