[clang] 04e6178 - [Sema] tolerate more promotion matches in format string checking

2023-08-25 Thread Félix Cloutier via cfe-commits
Author: Félix Cloutier Date: 2023-08-25T10:14:01-07:00 New Revision: 04e6178ae932c9a1d939dcfe3ef1189f4bbb21aa URL: https://github.com/llvm/llvm-project/commit/04e6178ae932c9a1d939dcfe3ef1189f4bbb21aa DIFF:

[clang] cd95d79 - [Clang][Sema] Fix attribute((format)) bug on non-variadic functions

2022-12-06 Thread Félix Cloutier via cfe-commits
Author: Félix Cloutier Date: 2022-12-06T13:08:18-08:00 New Revision: cd95d7998c1dd30c6353aeca2686697287cb0443 URL: https://github.com/llvm/llvm-project/commit/cd95d7998c1dd30c6353aeca2686697287cb0443 DIFF:

[clang] 92edd74 - Allow non-variadic functions to be attributed with `__attribute__((format))`

2022-07-05 Thread Félix Cloutier via cfe-commits
Author: Félix Cloutier Date: 2022-07-05T17:26:11-07:00 New Revision: 92edd74b37c7a96b1d47dc67cda7f92b65066025 URL: https://github.com/llvm/llvm-project/commit/92edd74b37c7a96b1d47dc67cda7f92b65066025 DIFF:

[clang] 91ed7e1 - [clang] Allow all string types for all attribute(format) styles

2022-05-12 Thread Félix Cloutier via cfe-commits
Author: Félix Cloutier Date: 2022-05-12T11:12:38-07:00 New Revision: 91ed7e19418181ae385c2626cedd3b08b6ba43a6 URL: https://github.com/llvm/llvm-project/commit/91ed7e19418181ae385c2626cedd3b08b6ba43a6 DIFF:

[clang] 12ab3e6 - format_arg attribute does not support nullable instancetype return type

2021-11-12 Thread Félix Cloutier via cfe-commits
Author: Félix Cloutier Date: 2021-11-12T13:35:43-08:00 New Revision: 12ab3e6c8402078f58959847277858eb47a43a19 URL: https://github.com/llvm/llvm-project/commit/12ab3e6c8402078f58959847277858eb47a43a19 DIFF:

[clang] 6a5f743 - format_arg attribute should allow instancetype in NSString definition

2021-10-28 Thread Félix Cloutier via cfe-commits
Author: Félix Cloutier Date: 2021-10-28T20:25:00-07:00 New Revision: 6a5f7437720ea0fa184469584600c27a1a912a41 URL: https://github.com/llvm/llvm-project/commit/6a5f7437720ea0fa184469584600c27a1a912a41 DIFF:

[clang] d378a0f - [Sema] Recognize format argument indicated by format attribute inside blocks

2021-10-27 Thread Félix Cloutier via cfe-commits
Author: Félix Cloutier Date: 2021-10-27T15:48:35-07:00 New Revision: d378a0febc7e13aae7853b2e8733626f61140e55 URL: https://github.com/llvm/llvm-project/commit/d378a0febc7e13aae7853b2e8733626f61140e55 DIFF:

[clang] 554cf37 - [clang-tblgen] AnnotateAttr::printPretty has spurious comma when no variadic argument is specified

2021-02-03 Thread Félix Cloutier via cfe-commits
Author: Félix Cloutier Date: 2021-02-03T11:41:38-08:00 New Revision: 554cf3729e651b3b5416e081e63670fbe71cf91e URL: https://github.com/llvm/llvm-project/commit/554cf3729e651b3b5416e081e63670fbe71cf91e DIFF: