summaryrefslogtreecommitdiff
path: root/clang/test/SemaObjCXX
Commit message (Expand)AuthorAgeFilesLines
* [clang] Use -std=c++23 instead of -std=c++2bMark de Wever2023-05-041-16/+16
* Revert "[clang] Reject flexible array member in a union in C++"Mariya Podchishchaeva2023-05-031-1/+1
* [clang] Reject flexible array member in a union in C++Mariya Podchishchaeva2023-05-031-1/+1
* [ObjC] Fix an assertion failure in EvaluateLValueAkira Hatanaka2022-11-151-0/+1
* Don't emit `-Wnullability-completeness` warnings on `weak` Objective-C proper...Michael Wyman2022-10-201-6/+2
* Properly print unnamed TagDecl objects in diagnosticsAaron Ballman2022-10-141-6/+6
* [Sema][ObjC] Fix assertion failure in getCommonNonSugarTypeNodeAkira Hatanaka2022-10-051-0/+8
* [clang] Add fix-it note to defaulted-function-deleted warningNathan James2022-10-041-6/+6
* [Sema][ObjC] Don't warn about implicitly-retained self in an unevaluatedAkira Hatanaka2022-08-221-0/+4
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-272-3/+3
* Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere2022-07-142-3/+3
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-152-3/+3
* Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere2022-07-132-3/+3
* [clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov2022-07-132-3/+3
* [Sema] Add deprecation warnings for some compiler provided __has_* type traitsRoy Jacobson2022-07-122-2/+2
* [objcxx] Fix `std::addressof` for `id`.zoecarver2022-07-081-0/+11
* Change the behavior of implicit int diagnosticsAaron Ballman2022-05-041-3/+3
* re-roll-forward "[clang] Mark `trivial_abi` types as "trivially relocatable"".""Devin Jeanpierre2022-04-282-2/+19
* Revert "[clang] roll-forward "[clang] Mark `trivial_abi` types as "trivially ...Zahira Ammarguellat2022-03-232-19/+2
* [clang] roll-forward "[clang] Mark `trivial_abi` types as "trivially relocata...Devin Jeanpierre2022-02-042-2/+19
* Revert "[clang] Mark `trivial_abi` types as "trivially relocatable"."Dmitri Gribenko2022-02-032-19/+2
* [clang] Mark `trivial_abi` types as "trivially relocatable".Devin Jeanpierre2022-02-022-2/+19
* Revert "[Sema] check PseudoObject when rebuilding CXXOperatorCallExpr in temp...Jeroen Dobbelaere2021-12-011-18/+2
* [Sema] check PseudoObject when rebuilding CXXOperatorCallExpr in template ins...Jeroen Dobbelaere2021-12-011-2/+18
* [NFC][Clang][test] Inclusive language: Remove and rephrase uses of sanity tes...Zarko Todorovski2021-11-241-1/+1
* Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie2021-10-211-1/+1
* Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie2021-10-141-1/+1
* Compress formatting of array type names (int [4] -> int[4])David Blaikie2021-10-141-1/+1
* [clang] C++98 implicit moves are back with a vengeanceMatheus Izvekov2021-07-131-13/+17
* [clang] Apply P1825 as Defect Report from C++11 up to C++20.Matheus Izvekov2021-07-011-17/+31
* [clang] Implement P2266 Simpler implicit moveMatheus Izvekov2021-06-181-13/+14
* [clang] NRVO: Improvements and handling of more cases.Matheus Izvekov2021-06-171-0/+66
* [Sema] Don't set BlockDecl's DoesNotEscape bit if the parameter type ofAkira Hatanaka2021-04-291-2/+84
* [-Wcalled-once] Do not run analysis on Obj-C++Valeriy Savchenko2021-04-221-1/+7
* [SemaObjC] Fix a -Wbridge-cast false-positiveErik Pilkington2021-04-051-0/+19
* [Sema] Add some basic lambda capture fix-itsNathan James2021-03-111-1/+1
* [Sema] Fix an assertion failure in -Wcompletion-handlerErik Pilkington2021-01-251-0/+7
* [clang] add a `swift_async_name` attributeAlex Lorenz2020-12-041-0/+13
* [OPENMP]Fix PR47790: segfault in frontend while parsing Objective-C with OpenMP.Alexey Bataev2020-11-121-0/+22
* [SemaObjC] Fix composite pointer type calculation for `void*` and pointer to ...Erik Pilkington2020-10-151-1/+15
* [SemaObjC] Fix a crash on an invalid ternary with ARC pointersErik Pilkington2020-10-131-0/+7
* [Sema] List conversion validate character array.Mark de Wever2020-10-031-0/+14
* [Sema] Handle objc_super special lookup when checking builtin compatibilityRaul Tambre2020-09-181-0/+8
* Clang crashed while checking for deletion of copy and move ctorsVy Nguyen2020-07-071-4/+10
* [SemaObjC] Fix a crash on invalid when 'auto' is used in a @propertyErik Pilkington2020-06-241-0/+10
* [AST][RecoveryExpr] Build recovery expressions by default for C++.Haojian Wu2020-06-121-22/+18
* Disallow trivial_abi on a class if all copy and move constructors areAkira Hatanaka2020-06-101-10/+41
* PR46209: properly determine whether a copy assignment operator isRichard Smith2020-06-051-1/+1
* Revert "PR46209: properly determine whether a copy assignment operator is"Jonas Devlieghere2020-06-041-1/+1
* PR46209: properly determine whether a copy assignment operator isRichard Smith2020-06-041-1/+1