[PATCH] D23096: [Sema] Pass CombineWithOuterScope = true to constructor of LocalInstantiationScope

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 11 15:59:18 PST 2016


ahatanak updated this revision to Diff 77691.
ahatanak added a comment.

- Transform uninstantiated default arguments Exprs in TreeTransform<Derived>::TransformLambdaExpr.
- In default-expr-arguments-3.cpp, check that there are no crashes or diagnostics emitted instead of printing the AST.


https://reviews.llvm.org/D23096

Files:
  lib/Sema/SemaTemplate.cpp
  lib/Sema/SemaTemplateInstantiate.cpp
  lib/Sema/TreeTransform.h
  test/SemaCXX/vartemplate-lambda.cpp
  test/SemaTemplate/default-expr-arguments-3.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23096.77691.patch
Type: text/x-patch
Size: 4603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161111/bec337ef/attachment.bin>


More information about the cfe-commits mailing list