Files
llvm-6502/include/llvm/Support
Yuchen Wu 9db9663d1d Use a map instead of vector to store line counts.
There are a few motivations for this:
- Using a map allows for checking if line is in map. This differentiates
  unexecutable lines (such as comments) from unexecuted logical lines of
  code. "#####" is now outputted in this case, in line with gcov.
- Source files are no longer read in twice: once when storing the line
  counts, and once when outputting the data.
- Greatly simplifies the function FileInfo::addLineCount().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193264 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-23 19:45:03 +00:00
..
2013-07-02 04:15:28 +00:00
2013-05-01 21:01:06 +00:00
2013-07-18 21:00:12 +00:00
2012-07-27 21:41:59 +00:00
2013-03-18 23:04:30 +00:00
2013-10-23 16:14:44 +00:00
2013-10-22 15:18:03 +00:00
2013-10-22 15:18:03 +00:00
2012-09-14 14:57:36 +00:00
2013-08-01 01:38:16 +00:00
2013-10-08 00:59:13 +00:00
2013-07-16 19:44:17 +00:00
2013-06-13 21:16:58 +00:00
2013-05-21 20:36:13 +00:00
2013-02-26 18:05:31 +00:00
2013-07-16 19:44:17 +00:00
2013-08-20 22:52:02 +00:00