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:
Stephen Wilson
2011-04-11 19:41:40 +00:00
parent 2b899767e1
commit 71c21d18c3
22 changed files with 70 additions and 69 deletions

View File

@@ -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;