summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-method-spec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [codeview] Make "clang -g" emit codeview by default when targetting MSVCReid Kleckner2018-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | Summary: If you're using the Microsoft ABI, chances are that you want PDBs and codeview debug info. Currently, everyone has to remember to specific -gcodeview by default, when it would be nice if the standard -g option did the right thing by default. Also, do some related cleanup of -cc1 options. When targetting the MS C++ ABI, we probably shouldn't pass -debugger-tuning=gdb. We were also passing -gcodeview twice, which is silly. Reviewers: smeenai, zturner Subscribers: aprantl, JDevlieghere, llvm-commits Differential Revision: https://reviews.llvm.org/D54499 llvm-svn: 346907
* 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. llvm-svn: 200435
* tests: Remove some stray and unused -cc1 flags. These tests appear to be writtenDaniel Dunbar2011-11-051-1/+1
| | | | | | to go through the driver. llvm-svn: 143791
* Tie debug information for method declaration with debug information for ↵Devang Patel2011-04-231-0/+10
method definition. llvm-svn: 130037
OpenPOWER on IntegriCloud