This is an archive of the discontinued LLVM Phabricator instance.

scan-build: Remove useless whitespace in File path
ClosedPublic

Authored by honggyu.kim on Jun 9 2015, 7:41 PM.

Details

Summary

This patch removes useless whitespace in File path in index.html
Previously, a File directory path is copied and pasted as below:

arch /arm /kernel /stacktrace.c

It just removes the whitespace between directories and makes the
copied string as below:

arch/arm/kernel/stacktrace.c

The output looks same in html format, but the copied directory path
can be pasted as it looks.

Diff Detail

Repository
rL LLVM

Event Timeline

honggyu.kim updated this revision to Diff 27424.Jun 9 2015, 7:41 PM
honggyu.kim retitled this revision from to scan-build: Remove useless whitespace in File path.
honggyu.kim updated this object.
honggyu.kim edited the test plan for this revision. (Show Details)
honggyu.kim added a subscriber: Unknown Object (MLST).
sylvestre.ledru accepted this revision.Jun 12 2015, 8:44 AM
sylvestre.ledru edited edge metadata.
This revision is now accepted and ready to land.Jun 12 2015, 8:44 AM
This revision was automatically updated to reflect the committed changes.