This revision was automatically updated to reflect the committed changes.
Closed by commit rC351739: [ASTImporter] Add test for importing anonymous
namespaces. (authored by teemperor, committed by ).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D51178/new/
https:/
teemperor updated this revision to Diff 182761.
teemperor added a comment.
- Added a comment that the using directives are created by Sema.
Also sorry for the late update :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D51178/new/
https://reviews.llvm.org/D51178
Files:
test/Import/c
a_sidorin accepted this revision.
a_sidorin added inline comments.
This revision is now accepted and ready to land.
Comment at: test/Import/cxx-anon-namespace/test.cpp:10
+// This is for the nested anonymous namespace.
+// CHECK-NEXT: UsingDirectiveDecl
+// CHECK-SAME: ''
---
teemperor created this revision.
Herald added subscribers: cfe-commits, martong.
Herald added a reviewer: a.sidorin.
Repository:
rC Clang
https://reviews.llvm.org/D51178
Files:
test/Import/cxx-anon-namespace/Inputs/F.cpp
test/Import/cxx-anon-namespace/test.cpp
Index: test/Import/cxx-anon