Order of initialization lists.
This patch fixes all of the warnings due to unordered initialization lists. Patch by Marco Minutoli. llvm-svn: 129290
This commit is contained in:
@@ -34,8 +34,8 @@ ASTStructExtractor::ASTStructExtractor(ASTConsumer *passthrough,
|
||||
m_passthrough_sema (NULL),
|
||||
m_sema (NULL),
|
||||
m_action (NULL),
|
||||
m_struct_name (struct_name),
|
||||
m_function (function)
|
||||
m_function (function),
|
||||
m_struct_name (struct_name)
|
||||
{
|
||||
if (!m_passthrough)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user