Fills the cfrag struct variable with an array of struct information
variables.
Details
Diff Detail
Event Timeline
lib/Transforms/Instrumentation/EfficiencySanitizer.cpp | ||
---|---|---|
260 | 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 | ||
---|---|---|
241 | 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.) | |
251 | nit: . or : at end | |
261 | nit: 2 grammar issues | |
288 | nit: inconsistent: others have . |
Maybe try to put everything above into namespace {} and remove static?