Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do a proper recursive lookup when deciding whether a class's usual | John McCall | 2011-01-27 | 1 | -3/+67 |
| | | | | | | | | | deallocation function has a two-argument form. Store the result of this check in new[] and delete[] nodes. Fixes rdar://problem/8913519 llvm-svn: 124373 | ||||
* | Fix for Release-Assert. | Mike Stump | 2010-01-13 | 1 | -1/+1 |
| | | | | llvm-svn: 93348 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
* | Fix spelling for target triplet. | Mike Stump | 2009-11-16 | 1 | -1/+1 |
| | | | | llvm-svn: 88928 | ||||
* | Try and fix buildbot issue. | Mike Stump | 2009-11-16 | 1 | -1/+1 |
| | | | | llvm-svn: 88900 | ||||
* | Implement two-argument form of delete operator. | Eli Friedman | 2009-11-16 | 1 | -0/+6 |
llvm-svn: 88890 |