SplitSource fix detection of Td.cpp.
GitOrigin-RevId: d6f3f2b37f271deb47287264666df25d71e18222
This commit is contained in:
parent
02830797c9
commit
23afac5ec2
@ -257,7 +257,7 @@ function split_file($file, $chunks, $undo) {
|
||||
);
|
||||
}
|
||||
|
||||
if (strpos($new_content, 'Td::') === false) { // destructor Td::~Td needs to see definitions of all forward-declared classes
|
||||
if (strpos($cpp_name, 'Td.cpp') === false) { // destructor Td::~Td needs to see definitions of all forward-declared classes
|
||||
$td_methods = array(
|
||||
'auth_manager[_(-][^.]|AuthManager' => 'AuthManager',
|
||||
'ConfigShared|shared_config[(][)]' => 'ConfigShared',
|
||||
|
Reference in New Issue
Block a user