summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/atomicinit.cpp
AgeCommit message (Expand)Author
2016-07-25Update test to account for r276604David Majnemer
2016-06-14Update clang for D20348Peter Collingbourne
2015-06-16Adjust clang side tests effected by 239795 before reapplying said changePhilip Reames
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2014-12-28Sema: Permit an atomic type to be initialized by the same atomic typeDavid Majnemer
2014-10-19CodeGen: ConstStructBuilder must verify packed constraints after paddingDavid Majnemer
2014-07-31PR18097: Support initializing an _Atomic(T) from an object of C++ class type TRichard Smith
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-04-12Fix some i1/i8 confusion within _Atomic(bool) in IR generation, bothDouglas Gregor
2012-04-11Update recently-added test to use new __c11_ form of atomic builtins.Richard Smith
2012-04-11Make __atomic_init() (soon to be __c11_atomic_init()) work with non-scalar ty...David Chisnall
2012-04-11Allow c++ initialisers to initialise _Atomic fields.David Chisnall