summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/function-decay.m
Commit message (Collapse)AuthorAgeFilesLines
* Move some Objective-C tests to SemaObjC and CodeGenObjC.Anders Carlsson2011-02-221-10/+0
| | | | llvm-svn: 126175
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-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 Jahanian2009-12-141-1/+1
| | | | llvm-svn: 91303
* don't dump .ll file in this dir.Chris Lattner2009-04-181-1/+1
| | | | llvm-svn: 69426
* Fix crasher in ASTContext::getObjCEncodingForMethodDecl().Steve Naroff2009-04-141-0/+10
This was exposed as a result of something else that was recently fixed. llvm-svn: 69004
OpenPOWER on IntegriCloud