As suggested by Gabor in D41800, replace {} with = default for ProgramPoint default constructors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D41935
[analyzer] NFC: Mark default constructors for ProgramPoints. ClosedPublic Authored by NoQ on Jan 10 2018, 6:55 PM.
Details Summary As suggested by Gabor in D41800, replace {} with = default for ProgramPoint default constructors.
Diff Detail
Event TimelineHerald added subscribers: cfe-commits, a.sidorin, rnkovacs, szepet. · View Herald TranscriptJan 10 2018, 6:55 PM This revision is now accepted and ready to land.Jan 12 2018, 2:15 PM Closed by commit rC322798: [analyzer] NFC: Use "= default" for default ProgramPoint constructors. (authored by NoQ). · Explain WhyJan 17 2018, 4:56 PM Closed by commit rL322798: [analyzer] NFC: Use "= default" for default ProgramPoint constructors. (authored by NoQ). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 130322 cfe/trunk/include/clang/Analysis/ProgramPoint.h
|