summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/bitfield-assign.c
Commit message (Expand)AuthorAgeFilesLines
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
* Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola2013-07-041-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-5/+5
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
* Force triple for codegen tests which have expectations on outputDaniel Dunbar2009-02-031-2/+2
* Fix redundant load of bit-fields on assignment (to get the updatedDaniel Dunbar2008-11-191-0/+44