Ericsson / clang

Cross Translation Unit analysis capability for Clang Static Analyzer. (Fork of official clang at http://llvm.org/git/clang)
http://clang.llvm.org/
Other
15 stars 10 forks source link

Removed obsolete function ImportTemplateParameterList. #594

Closed balazske closed 5 years ago

balazske commented 5 years ago

The ImportTemplateParameterList function in ASTImporter is not needed any more, there is an overload of import that does the same but was not (always) used because the changes related to error handling.

balazske commented 5 years ago

Phabricator review: https://reviews.llvm.org/D59134