]> granicus.if.org Git - clang/commit
Implement transformation of nested-name-specifiers within the general
authorDouglas Gregor <dgregor@apple.com>
Thu, 6 Aug 2009 05:28:30 +0000 (05:28 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 6 Aug 2009 05:28:30 +0000 (05:28 +0000)
commitdcee1a12c83a6cbc9b5bf42df5d4efbc502664e7
tree2e20ff5efd25d6074c3c959b74165bc5f3af2f4f
parent355a692172022af7cd8935d025d096528a12340c
Implement transformation of nested-name-specifiers within the general
tree transformation. Template instantiation uses this general
transformation rather than implementing its own transformation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78286 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/TreeTransform.h