[PATCH] D42776: [Sema] Fix an assertion failure in constant expression evaluation of calls to functions with default arguments

Akira Hatanaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 9 22:18:14 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL329671: [ExprConstant] Use an AST node and a version number as a key to create (authored by ahatanak, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D42776?vs=141788&id=141789#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42776

Files:
  cfe/trunk/include/clang/AST/APValue.h
  cfe/trunk/lib/AST/APValue.cpp
  cfe/trunk/lib/AST/ExprConstant.cpp
  cfe/trunk/test/SemaCXX/constant-expression-cxx1y.cpp
  cfe/trunk/test/SemaCXX/constexpr-default-arg.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42776.141789.patch
Type: text/x-patch
Size: 29617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180410/127f31f5/attachment.bin>


More information about the llvm-commits mailing list