Silence an init order warning.
This commit is contained in:
parent
99e19e1399
commit
d00d9c01c1
@ -29,8 +29,8 @@ namespace cling {
|
||||
|
||||
ClangInternalState::ClangInternalState(ASTContext& AC, Preprocessor& PP,
|
||||
llvm::Module& M, const std::string& name)
|
||||
: m_ASTContext(AC), m_Module(M), m_DiffCommand("diff -u ")
|
||||
, m_Name(name), m_Preprocessor(PP) {
|
||||
: m_ASTContext(AC), m_Preprocessor(PP), m_Module(M),
|
||||
m_DiffCommand("diff -u "), m_Name(name) {
|
||||
store();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user