]> granicus.if.org Git - clang/commit
Rework the way we handle constructor decls to be less hacky and fix PR3948 completely.
authorAnders Carlsson <andersca@mac.com>
Thu, 30 Apr 2009 22:41:11 +0000 (22:41 +0000)
committerAnders Carlsson <andersca@mac.com>
Thu, 30 Apr 2009 22:41:11 +0000 (22:41 +0000)
commit4649cac75c3cb80d543c6d90269388277228508d
treef648efff2dfb5d57851689ca0874a9813aa10843
parente2f2c16047a0165cbfbdba84c74bd4fb814d7c3e
Rework the way we handle constructor decls to be less hacky and fix PR3948 completely.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70516 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/constructor.cpp