This revision was automatically updated to reflect the committed changes.
Closed by commit rL322798: [analyzer] NFC: Use "= default" for
default ProgramPoint constructors. (authored by dergachev, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.l
This revision was automatically updated to reflect the committed changes.
Closed by commit rC322798: [analyzer] NFC: Use "= default" for
default ProgramPoint constructors. (authored by dergachev, committed by ).
Repository:
rC Clang
https://reviews.llvm.org/D41935
Files:
include/clang/Analy
dcoughlin accepted this revision.
dcoughlin added a comment.
This revision is now accepted and ready to land.
LGTM!
Repository:
rC Clang
https://reviews.llvm.org/D41935
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org
NoQ created this revision.
NoQ added reviewers: dcoughlin, xazax.hun.
Herald added subscribers: cfe-commits, a.sidorin, rnkovacs, szepet.
As suggested by Gabor in https://reviews.llvm.org/D41800, replace `{}` with `=
default` for `ProgramPoint` default constructors.
Repository:
rC Clang
http