summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/forward-declare-class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* New round of fixes for "Always compile debuginfo-tests for the host triple"Filipe Cabecinhas2014-10-181-1/+1
| | | | | | | | clang tests were breaking, at least when compiling clang only, from an installed llvm. Make the lit.cfg script deal with the case when we don't have a host_triple available. llvm-svn: 220152
* Always compile debuginfo-tests for the host tripleFilipe Cabecinhas2014-10-161-1/+1
| | | | | | | | | | Since these tests expect a working debugger, always compile them for the host triple, assuming a working debugger is present. This enables us to compile and run them, even when clang is, by default, a cross-compiler (but can still target the host). llvm-svn: 219992
* Fix this for gdb 7.4.Eric Christopher2012-07-231-1/+2
| | | | | | Patch by Andy Gibbs. llvm-svn: 160639
* Fix this for buggy gdb behavior alongside the changeEric Christopher2012-06-051-2/+4
| | | | | | | to clang that omits debug information for non-user-defined methods. llvm-svn: 158008
* Clang is now correctly marking this as a class, so update the test case ↵Douglas Gregor2011-05-211-1/+2
| | | | | | accordingly llvm-svn: 131797
* Test case for r128150.Devang Patel2011-03-231-0/+23
llvm-svn: 128151
OpenPOWER on IntegriCloud