Open Quuxplusone opened 3 years ago
Bugzilla Link | PR52435 |
Status | NEW |
Importance | P enhancement |
Reported by | Bowie Owens (bowie.owens@gmail.com) |
Reported on | 2021-11-06 13:38:52 -0700 |
Last modified on | 2021-11-07 11:36:25 -0800 |
Version | unspecified |
Hardware | PC Linux |
CC | adam.balogh@ericsson.com, alexfh@google.com, djasper@google.com, eugene.zelenko@gmail.com, fabian.wolff@alumni.ethz.ch, klimek@google.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
ExceptionAnalyzer::throwsException() only looks at the bodies of function declarations, so we probably need to add a loop that goes over the initializers if the function declaration is a CXXConstructorDecl. I will give this a try.