]> granicus.if.org Git - clang/commit
Just add global scope to the associated namespaces set instead of tracking it
authorJohn McCall <rjmccall@apple.com>
Fri, 7 Aug 2009 22:18:02 +0000 (22:18 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 7 Aug 2009 22:18:02 +0000 (22:18 +0000)
commit6ff0785f1e58fb2cfb702d2995d076c6648a9a13
treeb7ec41fddb6aa51545413085349526d43d4dbc0e
parent57cf2f3abad1c3541cd388d9b7882d65cf6daa7c
Just add global scope to the associated namespaces set instead of tracking it
separately.  Add the framework (currently unfed) for finding friend declarations
during argument-dependent lookup.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78414 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
lib/Sema/Sema.h
lib/Sema/SemaLookup.cpp