summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-line.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r228053:Hans Wennborg2015-02-041-0/+9
* Merging r226384:Hans Wennborg2015-02-031-4/+5
* Merging r226382:Hans Wennborg2015-02-021-0/+17
* Merging r226049:Duncan P. N. Exon Smith2015-01-151-19/+19
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-141-1/+37
* DebugInof: Correct the location of exception cleanups in global ctors/dtors a...David Blaikie2015-01-141-1/+26
* Remove unnecessary/incorrect XFAIL after the revert of 225000David Blaikie2015-01-091-2/+0
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-091-30/+0
* DebugInfo: Fix cases where location failed to be updated after r225000David Blaikie2015-01-021-0/+10
* XFAIL test on win32 due to missing __complex supportDavid Blaikie2014-12-311-0/+2
* Handle PPC64 return type (signext i32 rather than plain i32) in test caseDavid Blaikie2014-12-311-1/+1
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-301-0/+20
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-9/+0
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-0/+9
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-14/+14
* DebugInfo: More accurate line information for placement new.David Blaikie2014-12-141-3/+5
* Make test case 32/64 bit neutralDavid Blaikie2014-12-101-1/+1
* DebugInfo: Location information for scalar new expressionsDavid Blaikie2014-12-101-0/+11
* DebugInfo: Correct location information for array accesses to elements of var...David Blaikie2014-12-101-0/+10
* DebugInfo: Fix another case of array access line informationDavid Blaikie2014-12-101-0/+10
* DebugInfo: Correct the location of array accessesDavid Blaikie2014-12-101-0/+10
* Tweak test case from r223842 to make it pass on Windows MSVCReid Kleckner2014-12-101-6/+3
* DebugInfo: Correct location of aggregate assignmentDavid Blaikie2014-12-091-0/+12
* DebugInfo: Correct location of initialization of auto __complexDavid Blaikie2014-12-091-0/+8
* DebugInfo: Correct the location of initializations of auto.David Blaikie2014-12-091-0/+8
* DebugInfo: Correct location for compound complex assignmentDavid Blaikie2014-12-091-2/+13
* DebugInfo: Accurate location information for complex assignmentDavid Blaikie2014-12-091-16/+23
* DebugInfo: Emit the correct location for initialization of a complex variableDavid Blaikie2014-12-091-4/+11
* DebugInfo: Correctly identify the location of C++ member initializer list ele...David Blaikie2014-12-091-17/+24
* DebugInfo: Ensure the store for an assignment is attributed to the beginning ...David Blaikie2014-12-081-0/+26