summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-method-spec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use an Itanium triple in DWARF debug info testsTimur Iskhodzhanov2014-01-301-1/+2
| | | | | | This should fix the clang part of the breakage in r200340. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200435 91177308-0d34-0410-b5e6-96231b3b80d8
* tests: Remove some stray and unused -cc1 flags. These tests appear to be writtenDaniel Dunbar2011-11-051-1/+1
| | | | | | to go through the driver. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143791 91177308-0d34-0410-b5e6-96231b3b80d8
* Tie debug information for method declaration with debug information for ↵Devang Patel2011-04-231-0/+10
method definition. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130037 91177308-0d34-0410-b5e6-96231b3b80d8