[PATCH] D60499: [ASTImporter] Various source location and range import fixes.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 31 08:04:47 PDT 2019
balazske added a comment.
Added lit tests for the simple (`Decl`) cases. The `Expr` and type related changes are more tricky to do. But I do not like this approach to add new tests because the test function in D60463 <https://reviews.llvm.org/D60463> does almost the same thing for every import in ASTTests without adding lot of new checks manually.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60499/new/
https://reviews.llvm.org/D60499
More information about the cfe-commits
mailing list