diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-12-05 01:22:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 01:22:10 +0000 |
commit | 9666f2b169b5192b5c827d605cc80e6987e1aac5 (patch) | |
tree | 465b0f518b726001cda0e05c0a3a1344913bb022 /gcc/tree-nested.h | |
parent | e39fadcd0aa4d52d53667e2adad9a6677f7e9adf (diff) | |
parent | 31dd14e197c00891751994839b16a5a193a71820 (diff) | |
download | gcc-9666f2b169b5192b5c827d605cc80e6987e1aac5.zip gcc-9666f2b169b5192b5c827d605cc80e6987e1aac5.tar.gz gcc-9666f2b169b5192b5c827d605cc80e6987e1aac5.tar.bz2 |
Merge #1632
1632: Fix mac-os regression in apply generic arguments to method calls r=philberty a=philberty
When applying generic arguments to method calls such as:
```receiver.method_name<i32, bool>()```
This ended up wrongly using the default constructor with an empty generic arguments which seems
like a possible bug in the new version of clang. This explicitly sets up all relevant copy constructors
for HIR::PathExprSegment and removes the defaults.
Co-authored-by: Philip Herron <philip.herron@embecosm.com>
Diffstat (limited to 'gcc/tree-nested.h')
0 files changed, 0 insertions, 0 deletions