]> granicus.if.org Git - clang/commit
Introduce support for finding class and enum names via ordinary name lookup in C++
authorDouglas Gregor <dgregor@apple.com>
Sun, 13 Apr 2008 21:07:44 +0000 (21:07 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 13 Apr 2008 21:07:44 +0000 (21:07 +0000)
commit2ce52f3fb95bf544db6bd3d91a72bce7d9cceb6c
tree733d57759dcbbc4c20909f051db94a367d6914f8
parentd98d975ccdce7ec442ac26f682404cb71df40ff8
Introduce support for finding class and enum names via ordinary name lookup in C++

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49621 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/AST/DeclBase.h
include/clang/AST/Type.h
lib/AST/ASTContext.cpp
lib/Sema/IdentifierResolver.cpp
lib/Sema/IdentifierResolver.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaType.cpp
test/Sema/class-names.cpp [new file with mode: 0644]