aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaObjCXX
AgeCommit message (Expand)AuthorFilesLines
2024-06-18Revert "[clang] Fix-it hint for `++this` -> `++*this` when deref is modifiabl...Sirraide1-13/+0
2024-06-13[Clang] Add fix-it hint to insert `*` when a modifiable lvalue is required (#...Rajveer Singh Bharadwaj1-0/+13
2024-06-06[clang] Implement a __is_bitwise_cloneable builtin type trait. (#86512)Haojian Wu1-0/+9
2024-05-30[clang] Fix a crash when a variable is captured by a block nested inside a la...Akira Hatanaka1-0/+18
2024-05-03[clang,test] Convert text files from CRLF to LFFangrui Song1-16/+16
2024-04-18[clang] fix -Wnullability-completeness false-positive in dependent code (#88727)Sam McCall1-0/+4
2024-04-02Reapply "[clang][nullability] allow _Nonnull etc on nullable class types (#82...Sam McCall2-0/+8
2024-03-29Revert "Reapply "[clang][nullability] allow _Nonnull etc on nullable class ty...dyung1-1/+0
2024-03-28Reapply "[clang][nullability] allow _Nonnull etc on nullable class types (#82...Sam McCall1-0/+1
2024-01-17[Clang] Support MSPropertyRefExpr as placement arg to new-expression (#75883)Sirraide1-0/+28
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman2-2/+3
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman2-3/+2
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman2-2/+3
2023-10-02Mark an ObjCIvarDecl as invalid if its type contains errors (#68001)Akira Hatanaka1-2/+15
2023-08-28[clang] Remove rdar links; NFCAaron Ballman53-97/+5
2023-08-24[clang] Properly print unnamed members in diagnosticsPodchishchaeva, Mariya1-4/+4
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini53-5/+97
2023-07-13Fix comparison of constrained deduced return types in explicitRichard Smith1-2/+4
2023-07-07Remove rdar links; NFCAaron Ballman53-97/+5
2023-06-07[Clang] Check for abstract parameters only when functions are defined.Corentin Jabot1-2/+2
2023-05-23[NFC][Py Reformat] Reformat python files in clang and clang-tools-extraTobias Hieta1-3/+3
2023-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever1-16/+16
2023-05-03Revert "[clang] Reject flexible array member in a union in C++"Mariya Podchishchaeva1-1/+1
2023-05-03[clang] Reject flexible array member in a union in C++Mariya Podchishchaeva1-1/+1
2022-11-15[ObjC] Fix an assertion failure in EvaluateLValueAkira Hatanaka1-0/+1
2022-10-20Don't emit `-Wnullability-completeness` warnings on `weak` Objective-C proper...Michael Wyman1-6/+2
2022-10-14Properly print unnamed TagDecl objects in diagnosticsAaron Ballman1-6/+6
2022-10-05[Sema][ObjC] Fix assertion failure in getCommonNonSugarTypeNodeAkira Hatanaka1-0/+8
2022-10-04[clang] Add fix-it note to defaulted-function-deleted warningNathan James1-6/+6
2022-08-22[Sema][ObjC] Don't warn about implicitly-retained self in an unevaluatedAkira Hatanaka1-0/+4
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2-3/+3
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere2-3/+3
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2-3/+3
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere2-3/+3
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2-3/+3
2022-07-12[Sema] Add deprecation warnings for some compiler provided __has_* type traitsRoy Jacobson2-2/+2
2022-07-08[objcxx] Fix `std::addressof` for `id`.zoecarver1-0/+11
2022-05-04Change the behavior of implicit int diagnosticsAaron Ballman1-3/+3
2022-04-28re-roll-forward "[clang] Mark `trivial_abi` types as "trivially relocatable"".""Devin Jeanpierre2-2/+19
2022-03-23Revert "[clang] roll-forward "[clang] Mark `trivial_abi` types as "trivially ...Zahira Ammarguellat2-19/+2
2022-02-04[clang] roll-forward "[clang] Mark `trivial_abi` types as "trivially relocata...Devin Jeanpierre2-2/+19
2022-02-03Revert "[clang] Mark `trivial_abi` types as "trivially relocatable"."Dmitri Gribenko2-19/+2
2022-02-02[clang] Mark `trivial_abi` types as "trivially relocatable".Devin Jeanpierre2-2/+19
2021-12-01Revert "[Sema] check PseudoObject when rebuilding CXXOperatorCallExpr in temp...Jeroen Dobbelaere1-18/+2
2021-12-01[Sema] check PseudoObject when rebuilding CXXOperatorCallExpr in template ins...Jeroen Dobbelaere1-2/+18
2021-11-24[NFC][Clang][test] Inclusive language: Remove and rephrase uses of sanity tes...Zarko Todorovski1-1/+1
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie1-1/+1
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie1-1/+1
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie1-1/+1
2021-07-13[clang] C++98 implicit moves are back with a vengeanceMatheus Izvekov1-13/+17