aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-02-14[HLSL] Implement HLSL Aggregate splatting (#118992)Sarah Spall1-0/+1
2025-02-07[HLSL] Implement HLSL Elementwise casting (excluding splat cases); Re-land #1...Sarah Spall1-0/+1
2025-02-06Revert "[HLSL] Implement HLSL Flat casting (excluding splat cases)" (#126149)Sarah Spall1-1/+0
2025-02-06[HLSL] Implement HLSL Flat casting (excluding splat cases) (#118842)Sarah Spall1-0/+1
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B1-0/+1
2024-02-15[HLSL] Vector standard conversions (#71098)Chris B1-0/+4
2024-01-28[Edit] Use StringRef::consume_back (NFC)Kazu Hirata1-5/+1
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-3/+3
2023-11-05[clang][NFC] Refactor `CharacterLiteral::CharacterKind`Vlad Serebrennikov1-1/+1
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-5/+5
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-4/+4
2022-06-25[clang] Don't use Optional::hasValue (NFC)Kazu Hirata1-3/+3
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-3/+3
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-3/+3
2022-01-09[clang] Use true/false instead of 1/0 (NFC)Kazu Hirata1-1/+1
2021-04-10[Matrix] Implement C-style explicit type conversions for matrix types.Saurabh Jha1-0/+1
2020-10-13[Fixed Point] Add fixed-point to floating point cast types and consteval.Bevin Hansson1-0/+2
2019-07-02[C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington1-0/+1
2019-03-06[Fixed Point Arithmetic] Fixed Point and Integer ConversionsLeonard Chan1-0/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-23[Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan1-0/+1
2018-10-23[OpenCL][NFC] Unify ZeroToOCL* cast typesAndrew Savonichev1-2/+1
2018-10-15[Fixed Point Arithmetic] FixedPointCastLeonard Chan1-0/+3
2018-08-09Port getLocEnd -> getEndLocStephen Kelly1-3/+3
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-7/+6
2018-07-30Remove trailing spaceFangrui Song1-9/+9
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl1-4/+4
2017-06-03Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova1-0/+4
2016-12-23Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...Egor Churaev1-0/+1
2016-07-28[OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu1-0/+1
2016-01-13[Bugfix] Fix ICE on constexpr vector splat.George Burgess IV1-0/+3
2014-08-25Objective-C modernization. Convert -initWithUTF8String messagingFariborz Jahanian1-1/+2
2014-05-09[C++11] Use 'nullptr'.Craig Topper1-4/+4
2013-12-11Add front-end infrastructure now address space casts are in LLVM IR.David Tweed1-0/+1
2013-07-18ObjectiveC migrator: Remove semicolon after the typedefFariborz Jahanian1-92/+0
2013-07-18ObjectiveC migration. migration to NS_ENUM/SN_OPTIONFariborz Jahanian1-0/+13
2013-07-16ObjectiveC migration: complete migrating classFariborz Jahanian1-22/+22
2013-07-16ObjC migrator: build conforming interfaceFariborz Jahanian1-0/+32
2013-07-10ObjC migrator: Improve on hueristics.Fariborz Jahanian1-5/+20
2013-07-10objc migrator: More refinment of propertyFariborz Jahanian1-9/+9
2013-07-08[Objective-C migrator] replace candidate user setter/getter withFariborz Jahanian1-1/+27
2013-07-05[objc migrator]: More knobs to do migration toFariborz Jahanian1-0/+6
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie1-3/+3
2013-02-14Remove an unneeded const_castDmitri Gribenko1-3/+2
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei1-0/+1
2013-01-16[objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis1-4/+158
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-3/+3
2012-08-31Change the representation of builtin functions in the ASTEli Friedman1-0/+1
2012-07-06[objcmt] Check for classes that accept 'objectForKey:' (or the other selectorsArgyrios Kyrtzidis1-5/+70