]> granicus.if.org Git - clang/commit
Add the TypeSourceInfo for the lambda call operator to the lambda's
authorEli Friedman <eli.friedman@gmail.com>
Wed, 19 Sep 2012 01:18:11 +0000 (01:18 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 19 Sep 2012 01:18:11 +0000 (01:18 +0000)
commit8da8a660128180a31479216111ff9b19b11c95b4
tree7272143fc53333ebdb01ace3d1ee059af29c3abb
parentbf4c7a8eb7cdfb11e00ed47422fa4ed47771c74c
Add the TypeSourceInfo for the lambda call operator to the lambda's
definition info; it needs to be there because the mangler needs to
access it before we're finished defining the lambda class.
PR12808.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164186 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
include/clang/Sema/Sema.h
lib/AST/DeclCXX.cpp
lib/AST/ItaniumMangle.cpp
lib/Sema/SemaLambda.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriter.cpp