зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1646158 - Make `DynTypedNodeList` work with clang11 r=static-analysis-reviewers,andi
In 8a81daaa8b
, the class `DynTypedNodeList` moved from `ASTContext` to global level.
Differential Revision: https://phabricator.services.mozilla.com/D79886
This commit is contained in:
Родитель
36940c61ca
Коммит
2b811400db
|
@ -18,7 +18,7 @@ inline SmallVector<const Stmt *, 1> getParentStmts(const Stmt *S,
|
|||
ASTContext *Context) {
|
||||
SmallVector<const Stmt *, 1> Result;
|
||||
|
||||
ASTContext::DynTypedNodeList Parents = Context->getParents(*S);
|
||||
auto Parents = Context->getParents(*S);
|
||||
|
||||
SmallVector<ast_type_traits::DynTypedNode, 1> NodesToProcess(Parents.begin(),
|
||||
Parents.end());
|
||||
|
|
Загрузка…
Ссылка в новой задаче