]> granicus.if.org Git - clang/commit
C++1y deduced return types: when we deduce a return type for a function which
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 11 May 2013 05:45:24 +0000 (05:45 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 11 May 2013 05:45:24 +0000 (05:45 +0000)
commit9dadfab2faebe40e7dbbfd0801c15174b69bd726
tree59cd6186adc8250cc68c97b511aa6fc0bb82b594
parente8065128777e13322aa2b4de86a362326e0c7686
C++1y deduced return types: when we deduce a return type for a function which
we loaded from PCH, if we're building another PCH, create an update record to
patch the return type of the earlier declaration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181659 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTMutationListener.h
include/clang/Serialization/ASTWriter.h
lib/AST/ASTContext.cpp
lib/Frontend/MultiplexConsumer.cpp
lib/Serialization/ASTCommon.h
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriter.cpp
test/PCH/cxx1y-deduced-return-type.cpp [new file with mode: 0644]