aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/atomicinit.cpp
AgeCommit message (Expand)Author
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