summaryrefslogtreecommitdiff
path: root/clang/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* [clang] Convert a few tests to opaque pointersSergei Barannikov2023-05-141-15/+8
* Reland "Give NullabilityKind a printing operator<<"Sam McCall2023-05-081-3/+3
* Revert "Give NullabilityKind a printing operator<<"Caroline Tice2023-05-051-3/+3
* Give NullabilityKind a printing operator<<Sam McCall2023-05-041-3/+3
* [C2x] Implement support for empty brace initialization (WG14 N2900 and WG14 N...Aaron Ballman2023-04-031-1/+1
* [clang][NFC] Adjust tests to not un/define predefined macrosJohn Brawn2023-02-142-2/+0
* [Clang] Convert various tests to opaque pointers (NFC)Nikita Popov2022-12-121-6/+6
* Don't revisit the subexpressions of PseudoObjectExpr when building aAkira Hatanaka2022-12-021-0/+12
* [Clang][Sema] Added space after ',' in a warningFahad Nayyar2022-11-221-1/+1
* [Sema] Use the value category of the base expression when creating anAkira Hatanaka2022-11-151-0/+8
* [clang][Sema] Use correct array size for diagnosticBill Wendling2022-10-201-2/+1
* [clang] Unify Sema and CodeGen implementation of isFlexibleArrayMemberExprserge-sans-paille2022-10-041-0/+27
* [clang] use getCommonSugar in an assortment of placesMatheus Izvekov2022-09-161-1/+1
* Revert "[clang] use getCommonSugar in an assortment of places"Matheus Izvekov2022-09-161-1/+1
* [clang] use getCommonSugar in an assortment of placesMatheus Izvekov2022-09-161-1/+1
* Revert D111509 "[clang] use getCommonSugar in an assortment of places"Fangrui Song2022-09-081-1/+1
* [clang] use getCommonSugar in an assortment of placesMatheus Izvekov2022-09-081-1/+1
* Default implicit function pointer conversions diagnostic to be an errorAaron Ballman2022-08-101-2/+2
* [Sema] -Wformat: support C23 format specifier %b %BFangrui Song2022-08-041-1/+1
* Strengthen -Wint-conversion to default to an errorAaron Ballman2022-07-229-26/+23
* [clang] Reject non-declaration C++11 attributes on declarationsMartin Boehme2022-06-151-1/+5
* Revert "Drop qualifiers from return types in C (DR423)"Aaron Ballman2022-06-021-2/+2
* Fix failing test case with strict prototype changesAaron Ballman2022-05-261-2/+2
* Drop qualifiers from return types in C (DR423)Aaron Ballman2022-05-191-2/+2
* [clang] Allow all string types for all attribute(format) stylesFélix Cloutier2022-05-121-2/+17
* Change the behavior of implicit int diagnosticsAaron Ballman2022-05-041-1/+1
* [C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman2022-04-204-10/+12
* Fix failing test case found by bots:Aaron Ballman2022-04-151-4/+2
* [C89/C2x] Improve diagnostics around strict prototypes in CAaron Ballman2022-04-081-3/+2
* [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov2022-04-072-2/+2
* [modules] Merge ObjC interface ivars with anonymous types.Volodymyr Sapsai2022-04-041-0/+67
* Clang `unused-but-set-variable` warnings should not apply to `__attribute__((...Michael Wyman2022-02-241-0/+22
* Add -Wno-strict-prototypes to C tests; NFCAaron Ballman2022-02-247-7/+7
* Use functions with prototypes when appropriate; NFCAaron Ballman2022-02-242-7/+7
* Fix the declaration printer to properly handle prototypes in CAaron Ballman2022-02-171-1/+1
* Use functions with prototypes when appropriate; NFCAaron Ballman2022-02-07134-283/+283
* Use functions with prototypes when appropriate; NFCAaron Ballman2022-02-0735-163/+164
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim2022-01-161-1/+1
* [Clang][Sema] Fix attribute mismatch warning for ObjC class propertiesEgor Zhdan2022-01-111-0/+39
* Revert "Revert "Use VersionTuple for parsing versions in Triple, fixing issue...James Farrell2021-12-074-39/+39
* Revert "Use VersionTuple for parsing versions in Triple, fixing issues that c...James Farrell2021-12-064-39/+39
* Use VersionTuple for parsing versions in Triple, fixing issues that caused th...James Farrell2021-12-064-39/+39
* [NFC][Clang]Inclusive language: Replace uses of whitelist in clang/testZarko Todorovski2021-11-301-1/+1
* Revert "Use VersionTuple for parsing versions in Triple. This makes it possib...Nikita Popov2021-11-304-39/+39
* Use VersionTuple for parsing versions in Triple. This makes it possible to di...James Farrell2021-11-304-39/+39
* [clang] Fix -Wreturn-type false positive in @try statementsNico Weber2021-11-281-0/+13
* [NFC][Clang][test] Inclusive language: Remove and rephrase uses of sanity tes...Zarko Todorovski2021-11-244-5/+5
* [NFC][clang] Inclusive language: Rename myMaster in testcaseQuinn Pham2021-11-161-10/+10
* format_arg attribute does not support nullable instancetype return typeFélix Cloutier2021-11-121-1/+4
* Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim2021-11-091-1/+1