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:
parent
10de41a757
commit
3ce238085f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user