[clang] 34020d3 - Don't emit `-Wnullability-completeness` warnings on `weak` Objective-C properties.

2022-10-20 Thread Michael Wyman via cfe-commits
Author: Michael Wyman Date: 2022-10-20T22:42:24-07:00 New Revision: 34020d39b8a116770aad0b5ad1a450e6e22da5cd URL: https://github.com/llvm/llvm-project/commit/34020d39b8a116770aad0b5ad1a450e6e22da5cd DIFF: https://github.com/llvm/llvm-project/commit/34020d39b8a116770aad0b5ad1a450e6e22da5cd.diff

[clang] 1fbb6d8 - Fix assert in generated `direct` property getter/setters due to removal of `_cmd` parameter.

2022-10-11 Thread Michael Wyman via cfe-commits
Author: Michael Wyman Date: 2022-10-11T21:15:53-07:00 New Revision: 1fbb6d8b34dec217179d8e46d8c5d8e243047045 URL: https://github.com/llvm/llvm-project/commit/1fbb6d8b34dec217179d8e46d8c5d8e243047045 DIFF: https://github.com/llvm/llvm-project/commit/1fbb6d8b34dec217179d8e46d8c5d8e243047045.diff

[clang] aa4bcaa - Remove the unused/undefined `_cmd` parameter in `objc_direct` methods.

2022-09-21 Thread Michael Wyman via cfe-commits
Author: Michael Wyman Date: 2022-09-21T15:37:48-07:00 New Revision: aa4bcaab9600b42165587ec6f135399ff933bd14 URL: https://github.com/llvm/llvm-project/commit/aa4bcaab9600b42165587ec6f135399ff933bd14 DIFF: https://github.com/llvm/llvm-project/commit/aa4bcaab9600b42165587ec6f135399ff933bd14.diff

[clang] 7689c7f - Create specialization of -Wgnu-statement-expression for expressions found in macros.

2022-05-31 Thread Michael Wyman via cfe-commits
Author: Michael Wyman Date: 2022-05-31T11:13:08-07:00 New Revision: 7689c7fc9e08cc430daca3714bcffdd00fd538bd URL: https://github.com/llvm/llvm-project/commit/7689c7fc9e08cc430daca3714bcffdd00fd538bd DIFF: https://github.com/llvm/llvm-project/commit/7689c7fc9e08cc430daca3714bcffdd00fd538bd.diff

[clang] b682616 - Clang `unused-but-set-variable` warnings should not apply to `__attribute__((objc_precise_lifetime))` Objective-C pointers

2022-02-24 Thread Michael Wyman via cfe-commits
Author: Michael Wyman Date: 2022-02-24T14:26:05-08:00 New Revision: b682616d1fd1263b303985b9f930c1760033af2c URL: https://github.com/llvm/llvm-project/commit/b682616d1fd1263b303985b9f930c1760033af2c DIFF: https://github.com/llvm/llvm-project/commit/b682616d1fd1263b303985b9f930c1760033af2c.diff

[clang-tools-extra] 89f1321 - [clang-tidy] Add check to find calls to NSInvocation methods under ARC that don't have proper object argument lifetimes.

2020-04-10 Thread Michael Wyman via cfe-commits
Author: Michael Wyman Date: 2020-04-10T08:51:21-07:00 New Revision: 89f1321fe4ef203a4674213280b430a274dc2001 URL: https://github.com/llvm/llvm-project/commit/89f1321fe4ef203a4674213280b430a274dc2001 DIFF: https://github.com/llvm/llvm-project/commit/89f1321fe4ef203a4674213280b430a274dc2001.diff