]> granicus.if.org Git - clang/commit
[ASTImporter] Added Import functions for transition to new API.
authorBalazs Keri <1.int32@gmail.com>
Tue, 27 Nov 2018 18:36:31 +0000 (18:36 +0000)
committerBalazs Keri <1.int32@gmail.com>
Tue, 27 Nov 2018 18:36:31 +0000 (18:36 +0000)
commit5814511e86ffaf5f50c71c51457d75c923b00377
treec32e7c4ba559cad0fcd1e2ed08c3bd49a642048f
parentf5025150c044604d799e8d8f6b1e3340aaa37d20
[ASTImporter] Added Import functions for transition to new API.

Summary:
These Import_New functions should be used in the ASTImporter,
and the old Import functions should not be used. Later the
Import_New should be renamed to Import again and the old Import
functions must be removed. But this can happen only after LLDB
was updated to use the new Import interface.

This commit is only about introducing the new Import_New
functions. These are not implemented now, only calling the old
Import ones.

Reviewers: shafik, rsmith, a_sidorin, a.sidorin

Reviewed By: a_sidorin

Subscribers: spyffe, a_sidorin, gamesh411, shafik, rsmith, dkrupp, martong, Szelethus, cfe-commits

Differential Revision: https://reviews.llvm.org/D53751

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347685 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTImporter.h
lib/AST/ASTImporter.cpp