summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/enum.c
Commit message (Expand)AuthorAgeFilesLines
* test: Convert some tests to FileCheckJustin Bogner2015-01-241-3/+4
* Comment a wacky test caseDouglas Gregor2011-01-181-0/+3
* Avoid unneeded calls to opt/llvm-dis.Daniel Dunbar2010-04-021-2/+2
* Implement promotion for enumeration types.Douglas Gregor2010-02-021-0/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Force triple for codegen tests which have expectations on outputDaniel Dunbar2009-02-031-1/+1
* use -emit-llvm-bcChris Lattner2007-12-271-1/+1
* Teach Type::is[un]SignedIntegerType about enum decls. This allows the code g...Chris Lattner2007-08-291-0/+18