Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix accidental fallthrough in DebugLocEntry::hasSameValueOrLocation | David Blaikie | 2014-04-01 | 1 | -5/+10 | |
| | | | | | | | | | | No test case (this would invoke UB by examining uninitialized members, etc, at best - and this code is apparently untested anyway - I'm about to fix that) Code review feedback from Adrian Prantl on r205360. llvm-svn: 205367 | |||||
* | Remove unused function DebugLocEntry::isEmpty | David Blaikie | 2014-04-01 | 1 | -3/+0 | |
| | | | | llvm-svn: 205365 | |||||
* | Refactor out the comparison of the location/value in a DebugLocEntry | David Blaikie | 2014-04-01 | 1 | -18/+19 | |
| | | | | llvm-svn: 205364 | |||||
* | DebugInfo: Split DebugLocEntry into its own file. | David Blaikie | 2014-04-01 | 1 | -0/+112 | |
It seems big enough that it deserves its own file - but it is header only, so there's no need for another cpp file, etc. llvm-svn: 205360 |