diff options
| author | Richard Smith <richard@metafoo.co.uk> | 2019-12-19 12:57:04 -0800 |
|---|---|---|
| committer | Richard Smith <richard@metafoo.co.uk> | 2019-12-19 12:59:13 -0800 |
| commit | df2e2ab07b48b81fb440e3522c6e639e8ef8f2e9 (patch) | |
| tree | 513d27bf62a1fceb5faaae561adca66e39d4b6e4 /llvm/lib/MC | |
| parent | add710eb23d5de385dff99d27e88f1660814b62b (diff) | |
| download | bcm5719-llvm-df2e2ab07b48b81fb440e3522c6e639e8ef8f2e9.tar.gz bcm5719-llvm-df2e2ab07b48b81fb440e3522c6e639e8ef8f2e9.zip | |
Implement latest C++ feature test macro recommendations.
We don't yet advertise init capture packs, because I found some bugs
while testing it. We reject-valid and then crash on both of these:
template<int ...a> auto x = [...y = a] {};
template<int ...a> auto x = [y = a...] {};
Diffstat (limited to 'llvm/lib/MC')
0 files changed, 0 insertions, 0 deletions

