| commit | 1d73d1aaa16f9855bc1687e928d614dbb58742be | [log] [tgz] |
|---|---|---|
| author | Erich Keane <erich.keane@intel.com> | Wed Jun 13 13:25:11 2018 +0000 |
| committer | Erich Keane <erich.keane@intel.com> | Wed Jun 13 13:25:11 2018 +0000 |
| tree | 7a14a341f0c32ec76a5bd8d025b87bd385e6afe2 | |
| parent | c9f727bb85bbff4bf6f112e9887595e9928f4261 [diff] |
Correct behavior of __builtin_*_overflow and constexpr. Enable these builtins to be called across a lambda boundary with captureless const/constexpr, as brought up by Eli here: https://reviews.llvm.org/D48040 Differential Revision: https://reviews.llvm.org/D48053 llvm-svn: 334597