Skip to content
Commit ff924b08 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

The code using the StmtPrinterHelper object failed to account for a null...

The code using the StmtPrinterHelper object failed to account for a null object in many cases, which could have led to crashes were it ever to be null. Now passing the object by reference instead of by pointer because it is never null in practice. No functional changes intended.

llvm-svn: 195043
parent 3a4d86a1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment