aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-09-24[Rewrite] Use SmallSetVector (NFC) (#109746)Kazu Hirata1-36/+14
2024-09-23[Rewrite] Use auto (NFC)Kazu Hirata1-16/+16
2024-09-23[Rewrite] Avoid repeated hash lookups (NFC) (#109605)Kazu Hirata1-4/+4
2024-09-22[Rewrite] clang-format RewriteObjC.cpp (NFC)Kazu Hirata1-5/+7
2024-09-19[clang] Tidy uses of raw_string_ostream (NFC)Youngsuk Kim1-5/+4
2024-09-15[Frontend] Avoid repeated hash lookups (NFC) (#108738)Kazu Hirata1-2/+1
2024-08-18[llvm][clang] Move RewriterBuffer to ADT. (#99770)Jacques Pienaar1-0/+1
2023-11-05[clang][NFC] Refactor `StringLiteral::StringKind`Vlad Serebrennikov1-1/+1
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov1-16/+16
2023-10-31[clang][NFC] Refactor `ArrayType::ArraySizeModifier`Vlad Serebrennikov1-1/+1
2022-06-29[Clang] Rename StringLiteral::isAscii() => isOrdinary() [NFC]Corentin Jabot1-1/+1
2021-11-22Use std::string::substr (NFC)Kazu Hirata1-1/+1
2021-06-09[clang] NFC: Rename rvalue to prvalueMatheus Izvekov1-54/+42
2021-01-04Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped ...Thorsten Schütt1-43/+65
2021-01-04[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)Thorsten Schütt1-65/+43
2020-10-27[clang] RewriteObjCClassMetaData - remove superfluous null pointer check. NFCI.Simon Pilgrim1-3/+2
2020-10-14clang/Frontend: Mostly stop using SourceManager::getBuffer, NFCDuncan P. N. Exon Smith1-3/+3
2020-09-14[AST][FPEnv] Keep FP options in trailing storage of CastExprSerge Pavlov1-3/+4
2020-09-12Revert "[AST][FPEnv] Keep FP options in trailing storage of CastExpr"Serge Pavlov1-4/+3
2020-09-12[AST][FPEnv] Keep FP options in trailing storage of CastExprSerge Pavlov1-3/+4
2020-07-24[AST][FPEnv] Keep FP options in trailing storage of CallExprSerge Pavlov1-12/+17
2020-06-27Reland D81869 "Modify FPFeatures to use delta not absolute settings"Melanie Blower1-21/+18
2020-06-26Revert "Revert "Revert "Modify FPFeatures to use delta not absolute settings"""Melanie Blower1-18/+21
2020-06-26Revert "Revert "Modify FPFeatures to use delta not absolute settings""Melanie Blower1-21/+18
2020-06-26Revert "Modify FPFeatures to use delta not absolute settings"Melanie Blower1-18/+21
2020-06-26Modify FPFeatures to use delta not absolute settingsMelanie Blower1-21/+18
2020-05-04Reapply "Add support for #pragma float_control" with buildbot fixesMelanie Blower1-35/+43
2020-05-01Revert "Reapply "Add support for #pragma float_control" with improvements to"Melanie Blower1-43/+35
2020-05-01Reapply "Add support for #pragma float_control" with improvements toMelanie Blower1-35/+43
2020-05-01Revert "Add support for #pragma float_control"Melanie Blower1-43/+35
2020-05-01Add support for #pragma float_controlMelanie Blower1-35/+43
2020-04-23[NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec.Puyan Lotfi1-7/+8
2020-04-23Revert "[NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjC...Puyan Lotfi1-8/+7
2020-04-22[NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec.Puyan Lotfi1-7/+8
2020-04-15Move BinaryOperators.FPOptions to trailing storageMelanie Blower1-4/+3
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-3/+5
2019-11-08Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl1-9/+15
2019-10-05RewriteObjC - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim1-7/+8
2019-10-04Properly handle instantiation-dependent array bounds.Richard Smith1-2/+2
2019-10-03Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim1-1/+1
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama1-5/+5
2019-06-06Convert MemberExpr creation and serialization to work the same way asRichard Smith1-13/+11
2019-06-05Revert "Factor out duplicated code building a MemberExpr and marking it" and ...Benjamin Kramer1-11/+13
2019-06-04Convert MemberExpr creation and serialization to work the same way asRichard Smith1-13/+11
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-21[AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci1-20/+17
2018-12-21[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci1-47/+44
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington1-1/+1
2018-08-09Port getLocEnd -> getEndLocStephen Kelly1-15/+15