[PATCH] D51178: [ASTImporter] Add test for importing anonymous namespaces.
Aleksei Sidorin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 23 23:30:49 PDT 2018
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: ''
----------------
Could you please change a comment a bit and point that implicit using directives are created by Sema for anonymous namespaces?
Repository:
rC Clang
https://reviews.llvm.org/D51178
More information about the cfe-commits
mailing list