summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/atomicinit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update test to account for r276604David Majnemer2016-07-251-2/+2
* Update clang for D20348Peter Collingbourne2016-06-141-5/+5
* Adjust clang side tests effected by 239795 before reapplying said changePhilip Reames2015-06-161-3/+3
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-2/+2
* Sema: Permit an atomic type to be initialized by the same atomic typeDavid Majnemer2014-12-281-0/+4
* CodeGen: ConstStructBuilder must verify packed constraints after paddingDavid Majnemer2014-10-191-4/+4
* PR18097: Support initializing an _Atomic(T) from an object of C++ class type TRichard Smith2014-07-311-1/+55
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* Fix some i1/i8 confusion within _Atomic(bool) in IR generation, bothDouglas Gregor2012-04-121-1/+24
* Update recently-added test to use new __c11_ form of atomic builtins.Richard Smith2012-04-111-1/+1
* Make __atomic_init() (soon to be __c11_atomic_init()) work with non-scalar ty...David Chisnall2012-04-111-0/+13
* Allow c++ initialisers to initialise _Atomic fields.David Chisnall2012-04-111-0/+12