summaryrefslogtreecommitdiffstats
path: root/test/C++Frontend
Commit message (Collapse)AuthorAgeFilesLines
* foo Bug 291, bar PR291Chris Lattner2004-03-161-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12431 91177308-0d34-0410-b5e6-96231b3b80d8
* foo bug291 bar PR 291Chris Lattner2004-03-161-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12430 91177308-0d34-0410-b5e6-96231b3b80d8
* PR291Chris Lattner2004-03-161-0/+1
| | | | | | | Bug 291! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12429 91177308-0d34-0410-b5e6-96231b3b80d8
* // Testcase from Bug 291Chris Lattner2004-03-161-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12428 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR276: llvm-g++ does not mangle method names that match ↵Chris Lattner2004-03-091-0/+8
| | | | | | stdlib function names git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12265 91177308-0d34-0410-b5e6-96231b3b80d8
* Checkin testcase for PR261Chris Lattner2004-03-091-0/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12249 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR204Chris Lattner2004-01-121-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10769 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR165Chris Lattner2003-12-081-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10314 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for duplicated cleanup work (PR11). Note that this testcase is not ↵Chris Lattner2003-11-291-0/+39
| | | | | | | | | | actually tested automatically, so it is practically useless. However, it seemed silly to throw away my testcase, so here it is. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10253 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR160Chris Lattner2003-11-281-0/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10247 91177308-0d34-0410-b5e6-96231b3b80d8
* testcase for PR 148Chris Lattner2003-11-251-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10206 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix0r a test that mistakenly used %llvmg++ instead of %llvmgxx.Brian Gaeke2003-11-201-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10118 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for PR126Chris Lattner2003-11-181-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10072 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR125Chris Lattner2003-11-181-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10071 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR128Chris Lattner2003-11-181-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10070 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-11-091-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9829 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2003-11-081-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9815 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a dtor to ensure that they are called the right number of times.Chris Lattner2003-11-051-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9721 91177308-0d34-0410-b5e6-96231b3b80d8
* NEw testcaseChris Lattner2003-11-051-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9720 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-11-051-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9718 91177308-0d34-0410-b5e6-96231b3b80d8
* The 'thefunc' function should not have weak linkage, it should have linkonce ↵Chris Lattner2003-11-021-0/+12
| | | | | | linkage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9655 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase which crashes the C++ FEChris Lattner2003-10-271-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9534 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, fixed in the C++ frontendChris Lattner2003-10-211-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9353 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for C++ frontend crashChris Lattner2003-10-171-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9192 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that was not correctly handledChris Lattner2003-09-301-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8800 91177308-0d34-0410-b5e6-96231b3b80d8
* This bug is not fixed, but will be in the future eventuallyChris Lattner2003-09-301-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8799 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2003-09-301-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8798 91177308-0d34-0410-b5e6-96231b3b80d8
* Changed TestRunner test class so that it replaces %llvmgcc and %llvmgxxJohn Criswell2003-09-302-2/+2
| | | | | | | instead of %gcc and %gxx. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8792 91177308-0d34-0410-b5e6-96231b3b80d8
* Adjusted for the new TestRunner test class. This replaces %gcc and %g++ withJohn Criswell2003-09-302-2/+2
| | | | | | | the names of the LLVM C and C++ frontends, respectively. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8789 91177308-0d34-0410-b5e6-96231b3b80d8
* This makefile is completely wrong, don't even bother to keep itChris Lattner2003-09-301-4/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8786 91177308-0d34-0410-b5e6-96231b3b80d8
* These tests got moved to test/Programs/SingleSource/Regression/C++/EHChris Lattner2003-09-307-220/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8785 91177308-0d34-0410-b5e6-96231b3b80d8
* New fixed bug, distilled from 252.eonChris Lattner2003-09-301-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8761 91177308-0d34-0410-b5e6-96231b3b80d8
* update run commandChris Lattner2003-09-291-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8749 91177308-0d34-0410-b5e6-96231b3b80d8
* Simplify test, include problem analysisChris Lattner2003-09-291-3/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8747 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding Makefiles for llvm/test/Programs/SingleSource/Regression/C++/EH andJohn Criswell2003-09-291-0/+4
| | | | | | | llvm/test/Programs/SingleSource/Regression/C++/CompileFail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8745 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, distilled by JohnChris Lattner2003-09-291-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8743 91177308-0d34-0410-b5e6-96231b3b80d8
* Removing these tests from the regressions directory.John Criswell2003-09-2621-358/+0
| | | | | | | | They now live in llvm/test/Programs/SingleSource/Regression alongside their UnitTest brethren. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8722 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase that crashes the C++ frontend, found by JohnChris Lattner2003-09-221-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8655 91177308-0d34-0410-b5e6-96231b3b80d8
* new old testcaseChris Lattner2003-09-171-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8574 91177308-0d34-0410-b5e6-96231b3b80d8
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-152-32/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8548 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for annoying structure layout stuff!Chris Lattner2003-08-311-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8252 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-08-291-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8218 91177308-0d34-0410-b5e6-96231b3b80d8
* NEw testcaseChris Lattner2003-08-291-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8199 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, not only possible of causing compilation failures, but couldChris Lattner2003-08-291-0/+22
| | | | | | | also cause miscompilations! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8198 91177308-0d34-0410-b5e6-96231b3b80d8
* Add another testcase I found lying around.Chris Lattner2003-08-281-0/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8186 91177308-0d34-0410-b5e6-96231b3b80d8
* Add test for the last chapter of our C++ exception handling odyssey. llvmg++Chris Lattner2003-08-281-0/+55
| | | | | | | now fully supports all C++ exception handling functionality. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8185 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcases, all of which work with llvmg++!Chris Lattner2003-08-282-0/+76
| | | | | | | This tests exception specifications, and also adds an "easy" rethrow test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8183 91177308-0d34-0410-b5e6-96231b3b80d8
* Link to the C++ libraries. This is temporaryChris Lattner2003-08-281-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8182 91177308-0d34-0410-b5e6-96231b3b80d8
* Move the testcase elsewhereChris Lattner2003-08-271-25/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8165 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase. Unfortunately, native GCC gets this wrong. Someday we will ↵Chris Lattner2003-08-271-0/+25
| | | | | | have to figure out how to deal with this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8162 91177308-0d34-0410-b5e6-96231b3b80d8