summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Convert some tests to opaque pointers (NFC)Nikita Popov2023-02-172-170/+119
* [Clang] Convert some tests to opaque pointers (NFC)Nikita Popov2023-02-164-100/+81
* [Clang] Convert some tests to opaque pointers (NFC)Nikita Popov2023-01-262-119/+94
* [CodeGen] bugfix: add REQUIRES target triple in testusama hameed2023-01-241-0/+1
* [CodeGen] bugfix: ApplyDebugLocation goes out of scope before intendedusama hameed2023-01-241-0/+14
* [CodeGen][ObjC] Fix a memory leak that occurs when a non-trivial CAkira Hatanaka2023-01-051-0/+36
* [Clang][CGDebugInfo][ObjC] Mark objc bitfields with the DIFlagBitfield flagJuan Manuel MARTINEZ CAAMAÑO2022-12-211-3/+3
* [Clang] Try to fix test on Windows (NFC)Nikita Popov2022-12-121-1/+1
* [Clang] Convert various tests to opaque pointers (NFC)Nikita Popov2022-12-12116-1195/+1071
* [IR] Switch everything to use memory attributeNikita Popov2022-11-041-1/+1
* [CodeGen][ObjC] Call synthesized copy constructor/assignment operatorAkira Hatanaka2022-10-141-0/+70
* Fix assert in generated `direct` property getter/setters due to removal of `_...Michael Wyman2022-10-111-0/+10
* Remove the unused/undefined `_cmd` parameter in `objc_direct` methods.Michael Wyman2022-09-211-16/+21
* [test] Change cc1 -fvisibility to -fvisibility=Fangrui Song2022-09-026-8/+8
* Fix crash in ObjC codegen introduced with 5ab6ee75994d645725264e757d67bbb1c96...David Chisnall2022-07-241-0/+22
* Strengthen -Wint-conversion to default to an errorAaron Ballman2022-07-221-1/+1
* [clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of flexible ...serge-sans-paille2022-07-181-43/+0
* Revert "[SimplifyCFG] Thread branches on same condition in more cases (PR54980)"Nikita Popov2022-07-051-8/+7
* Revert "[clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of f...Vitaly Buka2022-06-271-0/+43
* [clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of flexible ...serge-sans-paille2022-06-241-43/+0
* Stop wrapping GCCAsmStmts inside StmtExprs to destruct temporariesAkira Hatanaka2022-06-171-0/+25
* [FileCheck] Catch missspelled directives.Ivan Kosarev2022-05-261-1/+1
* [SimplifyCFG] Thread branches on same condition in more cases (PR54980)Nikita Popov2022-04-291-7/+8
* [C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman2022-04-203-1/+5
* [CGCall] Check store type in findDominatingStoreToReturnValue()Nikita Popov2022-04-111-1/+1
* [Clang] Add -no-opaque-pointers to more tests (NFC)Nikita Popov2022-04-071-2/+2
* [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov2022-04-07170-321/+321
* Add -Wno-strict-prototypes to C tests; NFCAaron Ballman2022-02-241-1/+1
* Use functions with prototypes when appropriate; NFCAaron Ballman2022-02-247-29/+29
* [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analy...hyeongyukim2022-02-186-12/+12
* Use functions with prototypes when appropriate; NFCAaron Ballman2022-02-16119-292/+292
* Do not crash when trying to encode a _BitInt typeAaron Ballman2022-01-281-0/+21
* [ObjC] Emit selector load right before msgSend call.Ahmed Bougacha2022-01-2617-99/+102
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim2022-01-1654-252/+240
* [CodeGen] Treat ObjC `__unsafe_unretained` and class types as trivialAkira Hatanaka2022-01-112-0/+46
* [CodeGen] Emit elementtype attributes for indirect inline asm constraintsNikita Popov2022-01-062-3/+3
* [NFC][clang] Inclusive language: rename master variable to controller in debu...Quinn Pham2021-11-221-3/+3
* [clang][objc][codegen] Skip emitting ObjC category metadata when theJosh Learn2021-11-122-1/+20
* [ObjC][ARC] Use operand bundle "clang.arc.attachedcall" on x86-64Akira Hatanaka2021-11-0810-156/+163
* Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim2021-11-0954-246/+258
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim2021-11-0654-258/+246
* Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee2021-11-0654-246/+258
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee2021-11-0654-258/+246
* Revert rest of `IRBuilderBase`'s short-circuiting foldsRoman Lebedev2021-10-281-3/+6
* [IR] `IRBuilderBase::CreateAnd()`: fix short-circuiting for constant on LHSRoman Lebedev2021-10-271-6/+3
* Revert D105169 due to the two-stage failure in ASANJuneyoung Lee2021-10-1854-246/+258
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee2021-10-1654-258/+246
* Fix a variety of bugs with nil-receiver checks when targetingJohn McCall2021-10-081-0/+109
* DebugInfo: Use clang's preferred names for integer typesDavid Blaikie2021-10-061-1/+1
* [Matrix] Emit assumption that matrix indices are valid.Florian Hahn2021-09-221-3/+3