| commit | c9a9531a035a07fdc2d63d9f4caf73ec4c44775d | [log] [tgz] |
|---|---|---|
| author | Vedant Kumar <vsk@apple.com> | Mon Nov 19 20:10:21 2018 +0000 |
| committer | Vedant Kumar <vsk@apple.com> | Mon Nov 19 20:10:21 2018 +0000 |
| tree | 5e4197fdd24f989f8a21836ae8d44802b5fafbb1 | |
| parent | fdd9b4fc8f698ce49f01753d27548622dfdfcd31 [diff] |
[Sema] Fix PR38987: keep end location of a direct initializer list If PerformConstructorInitialization of a direct initializer list constructor is called while instantiating a template, it has brace locations in its BraceLoc arguments but not in the Kind argument. This reverts the hunk https://reviews.llvm.org/D41921#inline-468844. Patch by Orivej Desh! Differential Revision: https://reviews.llvm.org/D53231 llvm-svn: 347261