[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
Wed Apr 10 01:45:07 PDT 2019
balazske created this revision.
Herald added subscribers: cfe-commits, gamesh411, Szelethus, dkrupp.
Herald added a reviewer: martong.
Herald added a reviewer: a.sidorin.
Herald added a reviewer: shafik.
Herald added a project: clang.
ASTImporter contained wrong or missing imports of SourceLocation
and SourceRange for some objects. At least a part of such errors
is fixed now.
Tests for SourceLocation import do not exist yet. A separate
patch is needed to add a general SourceLocation import test
that runs on every import as part of the already existing tests.
Repository:
rC Clang
https://reviews.llvm.org/D60499
Files:
lib/AST/ASTImporter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60499.194460.patch
Type: text/x-patch
Size: 4723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190410/c42e18ca/attachment-0001.bin>
More information about the cfe-commits
mailing list