[PATCH] D53755: [ASTImporter] Remove import of definition from GetAlreadyImportedOrNull

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 26 05:37:26 PDT 2018


martong added a comment.

This is about to make `GetAlreadyImportedOrNull` to be a const function, as it should be naturally. This is a query function which should not initiate other imports.


Repository:
  rC Clang

https://reviews.llvm.org/D53755





More information about the cfe-commits mailing list