commit | 0ef31b7960cad696f9d93fa50df3e2d2bee15413 | [log] [tgz] |
---|---|---|
author | Ying Yi <maggieyi666@gmail.com> | Thu Aug 04 10:39:43 2016 +0000 |
committer | Ying Yi <maggieyi666@gmail.com> | Thu Aug 04 10:39:43 2016 +0000 |
tree | 6542beae75a8741486be484315178e907d088aa9 | |
parent | 3d88f0c3fb090aa2c72fbbf9f8ecea526911bdda [diff] |
[LLVM-COV]Replace tabs to the space indentations in the HTML coverage report. When using orbis-llvm-cov.exe to generate the HTML report, the HTML report can look quite different to the source file if it includes tabs.The default tab size is 2 spaces instead of 8 spaces. A command line switch is be added to set the tab size. Differential Revision: https://reviews.llvm.org/D23087 llvm-svn: 277715