aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaObjC
AgeCommit message (Expand)AuthorFilesLines
2022-09-15Downgrade implicit int and implicit function declaration to warning onlyAaron Ballman4-11/+11
2022-07-22Strengthen -Wint-conversion to default to an errorAaron Ballman9-26/+23
2022-06-15[clang] Reject non-declaration C++11 attributes on declarationsMartin Boehme1-1/+5
2022-06-02Revert "Drop qualifiers from return types in C (DR423)"Aaron Ballman1-2/+2
2022-05-26Fix failing test case with strict prototype changesAaron Ballman1-2/+2
2022-05-19Drop qualifiers from return types in C (DR423)Aaron Ballman1-2/+2
2022-05-12[clang] Allow all string types for all attribute(format) stylesFélix Cloutier1-2/+17
2022-05-04Change the behavior of implicit int diagnosticsAaron Ballman1-1/+1
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman4-10/+12
2022-04-15Fix failing test case found by bots:Aaron Ballman1-4/+2
2022-04-08[C89/C2x] Improve diagnostics around strict prototypes in CAaron Ballman1-3/+2
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov2-2/+2
2022-04-04[modules] Merge ObjC interface ivars with anonymous types.Volodymyr Sapsai1-0/+67
2022-02-24Clang `unused-but-set-variable` warnings should not apply to `__attribute__((...Michael Wyman1-0/+22
2022-02-24Add -Wno-strict-prototypes to C tests; NFCAaron Ballman7-7/+7
2022-02-24Use functions with prototypes when appropriate; NFCAaron Ballman2-7/+7
2022-02-17Fix the declaration printer to properly handle prototypes in CAaron Ballman1-1/+1
2022-02-07Use functions with prototypes when appropriate; NFCAaron Ballman134-283/+283
2022-02-07Use functions with prototypes when appropriate; NFCAaron Ballman35-163/+164
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-1/+1
2022-01-11[Clang][Sema] Fix attribute mismatch warning for ObjC class propertiesEgor Zhdan1-0/+39
2021-12-07Revert "Revert "Use VersionTuple for parsing versions in Triple, fixing issue...James Farrell4-39/+39
2021-12-06Revert "Use VersionTuple for parsing versions in Triple, fixing issues that c...James Farrell4-39/+39
2021-12-06Use VersionTuple for parsing versions in Triple, fixing issues that caused th...James Farrell4-39/+39
2021-11-30[NFC][Clang]Inclusive language: Replace uses of whitelist in clang/testZarko Todorovski1-1/+1
2021-11-30Revert "Use VersionTuple for parsing versions in Triple. This makes it possib...Nikita Popov4-39/+39
2021-11-30Use VersionTuple for parsing versions in Triple. This makes it possible to di...James Farrell4-39/+39
2021-11-28[clang] Fix -Wreturn-type false positive in @try statementsNico Weber1-0/+13
2021-11-24[NFC][Clang][test] Inclusive language: Remove and rephrase uses of sanity tes...Zarko Todorovski4-5/+5
2021-11-16[NFC][clang] Inclusive language: Rename myMaster in testcaseQuinn Pham1-10/+10
2021-11-12format_arg attribute does not support nullable instancetype return typeFélix Cloutier1-1/+4
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-1/+1
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-1/+1
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-1/+1
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-1/+1
2021-11-05[clang] [Objective C] Inclusive language: use objcmt-allowlist-dir-path=<arg>...Zarko Todorovski3-3/+3
2021-11-05[clang] 'unused-but-set-variable' warning should not apply to __block objecti...Alex Lorenz1-0/+34
2021-10-28format_arg attribute should allow instancetype in NSString definitionFélix Cloutier1-1/+9
2021-10-26[clang] Implement CFG construction for @try and @catchNico Weber1-1/+6
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie7-32/+32
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-1/+1
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-1/+1
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie7-32/+32
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie7-32/+32
2021-10-08Add no_instrument_function attribute to Objective C methods as wellAditya Kumar1-0/+22
2021-08-25[Sema][ObjC] Allow conversions between pointers to ObjC pointers andAkira Hatanaka1-1/+12
2021-07-20[clang][darwin] add support for Mac Catalyst availabilityAlex Lorenz1-0/+91
2021-07-14Combine two diagnostics into one and correct grammarAaron Ballman1-1/+1
2021-06-11[clang][ObjC] allow the use of NSAttributedString * argument type with format...Alex Lorenz1-0/+13
2021-06-01[Clang] -Wunused-but-set-parameter and -Wunused-but-set-variableMichael Benfield1-1/+1