aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/ARCMigrate
AgeCommit message (Expand)AuthorFilesLines
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-2/+5
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-5/+2
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-2/+5
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-5/+2
2022-06-20[clang] Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-01-09[clang] Use true/false instead of 1/0 (NFC)Kazu Hirata1-1/+1
2022-01-02[clang] Remove redundant member initialization (NFC)Kazu Hirata2-8/+7
2021-12-07Revert "Revert "Use VersionTuple for parsing versions in Triple, fixing issue...James Farrell1-3/+1
2021-12-06Revert "Use VersionTuple for parsing versions in Triple, fixing issues that c...James Farrell1-1/+3
2021-12-06Use VersionTuple for parsing versions in Triple, fixing issues that caused th...James Farrell1-3/+1
2021-11-30Revert "Use VersionTuple for parsing versions in Triple. This makes it possib...Nikita Popov1-1/+3
2021-11-30Use VersionTuple for parsing versions in Triple. This makes it possible to di...James Farrell1-3/+1
2021-11-05[clang] [Objective C] Inclusive language: use objcmt-allowlist-dir-path=<arg>...Zarko Todorovski1-13/+13
2021-10-21[clang] Use StringRef::contains (NFC)Kazu Hirata3-11/+7
2021-10-13[clang] Use llvm::is_contained (NFC)Kazu Hirata1-1/+1
2021-09-14Cleanup identifier parsing; NFCCorentin Jabot2-2/+3
2021-07-21[clang] Introduce SourceLocation::[U]IntTy typedefs.Simon Tatham1-1/+1
2021-04-19[SystemZ][z/OS] Set files in FileRemapper.cpp are textAbhina Sreeskantharajan1-5/+6
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+1
2021-03-17Make iteration over the DeclContext::lookup_result safe.Vassil Vassilev1-12/+10
2020-12-09ARCMigrate: Migrate ObjCMT.cpp over to FileEntryRefDuncan P. N. Exon Smith1-13/+12
2020-12-08ARCMigrate: Use hash_combine in the DenseMapInfo for EditEntryDuncan P. N. Exon Smith1-6/+2
2020-12-04ARCMigrate: Initialize fields in EditEntry inline, NFCDuncan P. N. Exon Smith1-5/+3
2020-12-02ARCMigrate: Stop abusing PreprocessorOptions for passing back file remappings...Duncan P. N. Exon Smith2-3/+20
2020-10-20[clang] Use SourceLocation as key in hash maps, NFCIMikhail Maltsev3-16/+14
2020-10-19[clang] Use SourceLocation as key in std::map, NFCIMikhail Maltsev1-8/+7
2020-07-17With MSVC, file needs to be compiled with /BIGOBJAdrian McCarthy1-0/+6
2020-07-06Removed a RecursiveASTVisitor feature to visit operator kinds with different ...Dmitri Gribenko1-1/+4
2020-06-23[openmp] Base of tablegen generated OpenMP common declarationValentin Clement1-0/+3
2020-04-23[NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec.Puyan Lotfi3-23/+19
2020-04-23Revert "[NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjC...Puyan Lotfi3-19/+23
2020-04-22[NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec.Puyan Lotfi3-23/+19
2020-02-27Avoid SourceManager.h include in RawCommentList.h, add missing incsReid Kleckner1-1/+2
2020-02-12[ARCMT][NFC] Reduce #include dependenciesNicolás Alvarez3-1/+5
2020-01-29Fix more implicit conversions. Getting closer to having clang working with gc...Benjamin Kramer1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer3-34/+26
2020-01-10Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim1-1/+1
2020-01-10Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim1-1/+1
2019-09-12Removed some questionable default arguments from settersDmitri Gribenko1-1/+1
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2-5/+5
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song3-4/+4
2019-08-01[clang] Adopt new FileManager error-returning APIsHarlan Haskins2-11/+16
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama3-4/+4
2019-07-03Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song1-3/+2
2019-06-10[PlistSupport] Produce a newline to end plist output filesHubert Tong1-1/+1
2019-05-07Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan1-0/+3
2019-05-03Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan1-3/+0
2019-05-02[Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan1-0/+3
2019-03-31Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song1-2/+2
2019-03-01Fix file headers. NFCFangrui Song2-2/+2