summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-line.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* DebugInfo: Correct location for compound complex assignmentDavid Blaikie2014-12-091-2/+13
| | | | llvm-svn: 223835
* DebugInfo: Accurate location information for complex assignmentDavid Blaikie2014-12-091-16/+23
| | | | llvm-svn: 223828
* DebugInfo: Emit the correct location for initialization of a complex variableDavid Blaikie2014-12-091-4/+11
| | | | | | Especially useful for sanitizer reports. llvm-svn: 223825
* DebugInfo: Correctly identify the location of C++ member initializer list ↵David Blaikie2014-12-091-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 Blaikie2014-12-081-0/+26
of the assignment expression llvm-svn: 223699
OpenPOWER on IntegriCloud