summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-line.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update clang test to accomendate discriminator change in https://reviews.llvm...Dehao Chen2016-10-071-2/+2
* Port some more debug info tests on WindowsReid Kleckner2016-06-301-3/+1
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-2/+2
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-1/+1
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-29/+29
* DR1748: the reserved placement allocation functions have undefined behavior ifRichard Smith2015-02-141-2/+1
* DebugInfo: Suppress the location of instructions in complex default arguments.David Blaikie2015-02-091-0/+9
* DebugInfo: Suppress the location of instructions in aggregate default arguments.David Blaikie2015-02-091-0/+12
* Tweak clang/test/CodeGenCXX/debug-info-line.cpp for -Asserts.NAKAMURA Takumi2015-02-051-1/+1
* DebugInfo: Attribute cleanup code to the end of the scope, not the end of the...David Blaikie2015-02-041-0/+15
* DebugInfo: Ensure calls to functions with default arguments which themselves ...David Blaikie2015-02-031-0/+9
* DebugInfo: Attribute implicit boolean tests to the expression being tested, n...David Blaikie2015-01-281-0/+42
* DebugInfo: Attribute calls to overloaded operators with the operator, not the...David Blaikie2015-01-251-2/+4
* DebugInfo: Use the preferred location rather than the start location for expr...David Blaikie2015-01-251-8/+12
* DebugInfo: Correct the line location of geps on array accessesDavid Blaikie2015-01-241-0/+9
* Disable warnings in an IRGen test to make test failures less noisyDavid Blaikie2015-01-231-2/+2
* DebugInfo: Attribute complex expressions to the source location of the expres...David Blaikie2015-01-181-0/+10
* DebugInfo: Attribute aggregate expressions to the source location of the expr...David Blaikie2015-01-181-6/+13
* Refactor test so it's not lazily emitted on a global, simplifying ordering wh...David Blaikie2015-01-181-4/+5
* DebugInfo: Correct the debug location of non-static data member initializersDavid Blaikie2015-01-181-4/+4
* Isolate test for PR22096 to clang.David Blaikie2015-01-161-9/+27
* IR: Move MDLocation into place (clang testcases)Duncan P. N. Exon Smith2015-01-141-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