summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-fwd-ref.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the type retaining from the clang frontend. This is nowEric Christopher2012-02-201-2/+2
| | | | | | | | | | handled by the caching and rauw. Also fix one cache that wasn't being added to highlighted by this patch. Update all testcases accordingly. This should fix the deall failure. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150977 91177308-0d34-0410-b5e6-96231b3b80d8
* Update tests so that they don't rely upon LLVMDebugVersion number.Devang Patel2012-02-031-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149726 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a triple to this test to hopefully get it passing on i386-freebsd.Eric Christopher2011-12-171-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146795 91177308-0d34-0410-b5e6-96231b3b80d8
* When in a limited debug information situation if we can find the originalEric Christopher2011-12-161-3/+6
| | | | | | | | | declaration for the type then go ahead and use that, it's still smaller than creating an all new derived type. Part of rdar://10335756 and others. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146779 91177308-0d34-0410-b5e6-96231b3b80d8
* Start down the path of getting clang to internally agree on structs versusEric Christopher2011-12-161-0/+23
classes. Part of rdar://10520586 and a couple others. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146778 91177308-0d34-0410-b5e6-96231b3b80d8