]> granicus.if.org Git - clang/commit
Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made
authorJohn McCall <rjmccall@apple.com>
Sat, 19 Dec 2009 10:49:29 +0000 (10:49 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 19 Dec 2009 10:49:29 +0000 (10:49 +0000)
commit7a1dc562d4ad59237ed9fe7e8cef56f9eaa7a26c
treef79a62b9cccc358dfa2866cbca2f1656b2a0d157
parent0dd7ceb72cc369195d698ccc26c70ac0e56ab945
Refactor to remove more dependencies on PreDeclaratorDC.  I seem to have made
the redeclaration problems in the [temp.explicit]p3 testcase worse, but I can
live with that;  they'll need to be fixed more holistically anyhow.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91771 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Action.h
include/clang/Parse/Parser.h
lib/Parse/ParseCXXInlineMethods.cpp
lib/Sema/Sema.h
lib/Sema/SemaCXXScopeSpec.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
test/CXX/temp/temp.spec/temp.explicit/p3.cpp