| commit | 2a58a18d67abe52eafc84b11b2ed6e9de491116f | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Fri Aug 05 19:03:01 2016 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Fri Aug 05 19:03:01 2016 +0000 |
| tree | ad4bdebf27a0e947d1eecb0f6547247fce152839 | |
| parent | 61ba38c8dd07cdbe239cdccafe691548ea04be04 [diff] |
PR26423: Assert on valid use of using declaration of a function with an undeduced auto return type For now just disregard the using declaration in this case. Suboptimal, but wiring up the ability to have declarations of functions that are separate from their definition (we currently only do that for member functions) and have differing return types (we don't have any support for that) is more work than seems reasonable to at least fix this crash. llvm-svn: 277852