Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | DebugInfo: Correct location for compound complex assignment | David Blaikie | 2014-12-09 | 1 | -2/+13 | |
| | | | | llvm-svn: 223835 | |||||
* | DebugInfo: Accurate location information for complex assignment | David Blaikie | 2014-12-09 | 1 | -16/+23 | |
| | | | | llvm-svn: 223828 | |||||
* | DebugInfo: Emit the correct location for initialization of a complex variable | David Blaikie | 2014-12-09 | 1 | -4/+11 | |
| | | | | | | Especially useful for sanitizer reports. llvm-svn: 223825 | |||||
* | DebugInfo: Correctly identify the location of C++ member initializer list ↵ | David Blaikie | 2014-12-09 | 1 | -17/+24 | |
| | | | | | | | | | | | | | elements This particularly helps the fidelity of ASan reports (which can occur even in these examples - if, for example, one uses placement new over a buffer of insufficient size - now ASan will correctly identify which member's initialization went over the end of the buffer). This doesn't cover all types of members - more coming. llvm-svn: 223726 | |||||
* | DebugInfo: Ensure the store for an assignment is attributed to the beginning ↵ | David Blaikie | 2014-12-08 | 1 | -0/+26 | |
of the assignment expression llvm-svn: 223699 |