This is an archive of the discontinued LLVM Phabricator instance.

[llvm-nm] Use `StringRef` over `const std::string &` params
ClosedPublic

Authored by sbc100 on Jan 14 2020, 9:49 AM.

Diff Detail

Event Timeline

sbc100 created this revision.Jan 14 2020, 9:49 AM
This revision is now accepted and ready to land.Jan 15 2020, 12:54 AM
sbc100 updated this revision to Diff 238610.Jan 16 2020, 2:00 PM
  • rebase
sbc100 updated this revision to Diff 238613.Jan 16 2020, 2:03 PM

clang-format

This revision was automatically updated to reflect the committed changes.

Unit tests: pass. 61934 tests passed, 0 failed and 783 were skipped.

clang-tidy: unknown.

clang-format: pass.

Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Unit tests: pass. 61906 tests passed, 0 failed and 782 were skipped.

clang-tidy: unknown.

clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.

Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml