[all-commits] [llvm/llvm-project] a9f10e: [ASTImporter] Various source location and range im...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Thu Dec 5 08:44:56 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a9f10ebffaa29e009081faa2720f8ea9bb356658
https://github.com/llvm/llvm-project/commit/a9f10ebffaa29e009081faa2720f8ea9bb356658
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/test/Import/cxx-anon-namespace/test.cpp
M clang/test/Import/enum/test.cpp
A clang/test/Import/namespace/Inputs/NS.cpp
A clang/test/Import/namespace/test.cpp
M clang/test/Import/struct-and-var/test.cpp
M clang/test/Import/template-specialization/test.cpp
Log Message:
-----------
[ASTImporter] Various source location and range import fixes.
Summary:
ASTImporter contained wrong or missing imports of SourceLocation
and SourceRange for some objects. At least a part of such errors
is fixed now.
Source location import fixes in namespace, enum, record,
class template specialization declarations and DeclRefExpr,
UnresolvedLookupExpr, UnresolvedMemberExpr, NestedNameSpecifierLoc.
Reviewers: martong, a.sidorin, shafik
Reviewed By: shafik
Subscribers: rnkovacs, dkrupp, Szelethus, gamesh411, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D60499
More information about the All-commits
mailing list