Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/AST/DeclCXX.cpp | ||
---|---|---|
2249 | Should we factor out this code? It's a fourth duplication now, probably a generic form should be in the allocator. |
Paths
| Differential D54457
[AST] Generate unique identifiers for CXXCtorInitializer objects. ClosedPublic Authored by NoQ on Nov 12 2018, 5:19 PM.
Details Summary
Diff Detail Event Timelinegeorge.karpenkov added inline comments.
This revision is now accepted and ready to land.Nov 12 2018, 5:20 PM NoQ added a child revision: D54459: [analyzer] Dump reproducible identifiers for objects under construction..Nov 12 2018, 5:46 PM NoQ added a child revision: D54488: [AST] [analyzer] NFC: Reuse code in stable ID dumping methods..Nov 13 2018, 12:08 PM Closed by commit rL348198: [AST] Generate unique identifiers for CXXCtorInitializer objects. (authored by NoQ). · Explain WhyDec 3 2018, 2:18 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 176465 include/clang/AST/DeclCXX.h
lib/AST/DeclBase.cpp
lib/AST/DeclCXX.cpp
lib/AST/Stmt.cpp
lib/StaticAnalyzer/Core/ExplodedGraph.cpp
lib/StaticAnalyzer/Core/ProgramState.cpp
|
Should we factor out this code? It's a fourth duplication now, probably a generic form should be in the allocator.