[PATCH] D53231: [Sema] Fix PR38987: keep end location of a direct initializer list

Orivej Desh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 31 16:28:59 PDT 2018


orivej added a comment.

https://reviews.llvm.org/D41921 was the last big change necessary to fix clang crashes on code coverage, but without the fixup in this review clang crashes on about 1.5 times more projects that I maintain than before. It seems useful to include this in the 7.0.1 release. (After the fixup the only crasher is scipy, being dealt with in https://reviews.llvm.org/D53244.)


Repository:
  rC Clang

https://reviews.llvm.org/D53231





More information about the cfe-commits mailing list