]> granicus.if.org Git - clang/commit
Push implicitly-declared allocation functions into the IdResolver. Otherwise,
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 16 May 2014 02:14:42 +0000 (02:14 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 16 May 2014 02:14:42 +0000 (02:14 +0000)
commit4a449d09baa6d0eeb8db4fbd1d63ea8bfd1e9dda
treefa001107cb5598d61a3c42901c2e0f524f9af57a
parent3de046affd23f59ac45bc45bcfaba730d0313c84
Push implicitly-declared allocation functions into the IdResolver. Otherwise,
declaration merging in modules is unable to find them and we get bogus errors
and even crashes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208944 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/Modules/Inputs/cxx-decls-imported.h
test/Modules/cxx-decls.cpp