[ASTImporter] Various source location and range import fixes.Summary:ASTImporter contained wrong or missing imports of SourceLocationand SourceRange for some objects. At least a part of such erro
[ASTImporter] Various source location and range import fixes.Summary:ASTImporter contained wrong or missing imports of SourceLocationand SourceRange for some objects. At least a part of such errorsis fixed now.Source location import fixes in namespace, enum, record,class template specialization declarations and DeclRefExpr,UnresolvedLookupExpr, UnresolvedMemberExpr, NestedNameSpecifierLoc.Reviewers: martong, a.sidorin, shafikReviewed By: shafikSubscribers: rnkovacs, dkrupp, Szelethus, gamesh411, cfe-commitsTags: #clangDifferential Revision: https://reviews.llvm.org/D60499
show more ...
[ASTImporter] Added test case for opaque enumsReviewers: a.sidorin, a_sidorinReviewed By: a_sidorinSubscribers: a_sidorin, martong, cfe-commitsDifferential Revision: https://reviews.llvm.org/
[ASTImporter] Added test case for opaque enumsReviewers: a.sidorin, a_sidorinReviewed By: a_sidorinSubscribers: a_sidorin, martong, cfe-commitsDifferential Revision: https://reviews.llvm.org/D50550llvm-svn: 339506
[clang-import-test] Test that enumerators and their values are found.llvm-svn: 307603