aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/volatile-1.c
AgeCommit message (Expand)Author
2013-07-22Cherrypick upstream volatile _Complex alignment patchesJF Bastien
2011-08-12Update clang tests for r137527.Eli Friedman
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2010-12-04Fix this test case on no-asserts builds by not trying to match the basicJohn McCall
2010-12-04Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall
2010-11-16Simplify some complex emission and implement correct semantics forJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-05-29We don't want to validate bad code, Mike Stump
2009-05-29Note another case that doesn't work yet.Mike Stump
2009-05-29Fixup the rest of the trivial cases of the codegen of volatile. IfMike Stump