Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I like this, this is much easier to work with than my original speculative spaghetti!
clang/lib/Analysis/UnsafeBufferUsage.cpp | ||
---|---|---|
578–579 | Maybe move unique_ptrs out of the original vector straight into the new location, and drop the original vector entirely, instead of dealing with raw pointers? |
Comment Actions
- made WarningGadgetSets and FixableGadgetSets own the gadgets
- changed temporary function parameter name StrategyForDirectlyUnsafeVariables to S
Maybe move unique_ptrs out of the original vector straight into the new location, and drop the original vector entirely, instead of dealing with raw pointers?