This is an archive of the discontinued LLVM Phabricator instance.

[ASTImporter] Add test for importing anonymous namespaces.
ClosedPublic

Authored by teemperor on Aug 23 2018, 11:46 AM.

Diff Detail

Repository
rC Clang

Event Timeline

teemperor created this revision.Aug 23 2018, 11:46 AM
a_sidorin accepted this revision.Aug 23 2018, 11:30 PM
a_sidorin added a subscriber: a_sidorin.
a_sidorin added inline comments.
test/Import/cxx-anon-namespace/test.cpp
11

Could you please change a comment a bit and point that implicit using directives are created by Sema for anonymous namespaces?

This revision is now accepted and ready to land.Aug 23 2018, 11:30 PM
teemperor updated this revision to Diff 182761.Jan 21 2019, 2:08 AM
  • Added a comment that the using directives are created by Sema.

Also sorry for the late update :)

This revision was automatically updated to reflect the committed changes.