]> granicus.if.org Git - clang/commit
[CrossTU][NFCI] Refactor loadExternalAST function
authorEndre Fulop <endre.fulop@sigmatechnology.se>
Mon, 5 Aug 2019 11:06:41 +0000 (11:06 +0000)
committerEndre Fulop <endre.fulop@sigmatechnology.se>
Mon, 5 Aug 2019 11:06:41 +0000 (11:06 +0000)
commit97bb18293db5f8cb127a4a2baae194bea8ecb51a
tree22616ec92806be746db22b6bc674196f22d994e0
parentb9996429350445acbd38f01292fd335af22b2a76
[CrossTU][NFCI] Refactor loadExternalAST function

Summary:
Refactor loadExternalAST method of CrossTranslationUnitContext in order to
reduce maintenance burden and so that features are easier to add in the future.

Reviewers: martong

Subscribers: rnkovacs, dkrupp, Szelethus, cfe-commits

Tags: #clang

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

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