Fills the cfrag struct variable with an array of struct information
variables.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| lib/Transforms/Instrumentation/EfficiencySanitizer.cpp | ||
|---|---|---|
| 293 ↗ | (On Diff #58681) | those Struct are special struct like struct without a body, so does not really need remember how many unless for stats purposes. |
| lib/Transforms/Instrumentation/EfficiencySanitizer.cpp | ||
|---|---|---|
| 249 ↗ | (On Diff #59234) | nit: . or : at end |
| 305 ↗ | (On Diff #59234) | nit: NumIgnoredStructs vs NumOfStructs: maybe remove the Of for consistency ("NumOf" sounds weird to me btw: "NumberOfX" or "NumX" seem more natural, though I see "NumOf" in other LLVM source files.) |
| 325 ↗ | (On Diff #59234) | nit: 2 grammar issues |
| 352 ↗ | (On Diff #59234) | nit: inconsistent: others have . |