Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ASTImporter] Various source location and range import fixes. | Balázs Kéri | 2019-12-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | [clang] Ignore builtin namespaces in test/Import/cxx-anon-namespace | Raphael Isemann | 2019-10-01 | 1 | -1/+5 |
| | | | | | | | | | Some platforms (e.g. AArch64) put __va_list in the 'std' namespace which might end up being the first namespace we match in this test. Instead let the first namespace match via file name/line so that we skip the builtin namespaces. llvm-svn: 373327 | ||||
* | [ASTImporter] Add test for importing anonymous namespaces. | Raphael Isemann | 2019-01-21 | 2 | -0/+70 |
Reviewers: a.sidorin, a_sidorin Reviewed By: a_sidorin Subscribers: a_sidorin, martong, cfe-commits Differential Revision: https://reviews.llvm.org/D51178 llvm-svn: 351739 |