Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move some Objective-C tests to SemaObjC and CodeGenObjC. | Anders Carlsson | 2011-02-22 | 1 | -10/+0 |
| | | | | llvm-svn: 126175 | ||||
* | 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 | ||||
* | Make tests use the new clang -cc1 flag. | Fariborz Jahanian | 2009-12-14 | 1 | -1/+1 |
| | | | | llvm-svn: 91303 | ||||
* | don't dump .ll file in this dir. | Chris Lattner | 2009-04-18 | 1 | -1/+1 |
| | | | | llvm-svn: 69426 | ||||
* | Fix crasher in ASTContext::getObjCEncodingForMethodDecl(). | Steve Naroff | 2009-04-14 | 1 | -0/+10 |
This was exposed as a result of something else that was recently fixed. llvm-svn: 69004 |