Change string parameter 'File' to be passed by const-reference to
reduce copies.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Made a mistake in last diff, SourcePrinter() is now correctly default-member initialised (note that the unique_ptr is already nullptr-initialised on construction).