summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/enum.c
Commit message (Collapse)AuthorAgeFilesLines
* use -emit-llvm-bcChris Lattner2007-12-271-1/+1
| | | | llvm-svn: 45372
* Teach Type::is[un]SignedIntegerType about enum decls. This allows the code ↵Chris Lattner2007-08-291-0/+18
generator to emit signed comparisons when needed for enum decl references. This implements test/CodeGen/enum.c. I think enums should be good now. llvm-svn: 41572
OpenPOWER on IntegriCloud