[PATCH] D11194: Instantiate function declarations in instantiated functions.

Serge Pavlov via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 19 12:49:07 PDT 2015


sepavloff updated this revision to Diff 32597.
sepavloff added a comment.

Lambda functions are now treated as local classes.


http://reviews.llvm.org/D11194

Files:
  include/clang/AST/DeclBase.h
  lib/AST/DeclBase.cpp
  lib/Sema/SemaTemplateInstantiate.cpp
  lib/Sema/SemaTemplateInstantiateDecl.cpp
  test/CXX/expr/expr.prim/expr.prim.lambda/default-arguments.cpp
  test/SemaTemplate/default-arguments.cpp
  test/SemaTemplate/instantiate-exception-spec-cxx11.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11194.32597.patch
Type: text/x-patch
Size: 6881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150819/ad2b765f/attachment-0001.bin>


More information about the cfe-commits mailing list