summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/bitfield-assign.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
| | | | llvm-svn: 189910
* Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola2013-07-041-2/+2
| | | | | | This avoids depending on pipefail not being used. llvm-svn: 185648
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
| | | | | | | | | - 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
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-5/+5
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Force triple for codegen tests which have expectations on outputDaniel Dunbar2009-02-031-2/+2
| | | | | | types. llvm-svn: 63669
* Fix redundant load of bit-fields on assignment (to get the updatedDaniel Dunbar2008-11-191-0/+44
value). - Use extra argument to EmitStoreThroughLValue to provide place to write update bit-field value if caller requires it. - This fixes several FIXMEs. llvm-svn: 59615
OpenPOWER on IntegriCloud