[clang] Improved is simple type specifier (PR #78903)

2024-01-26 Thread Carl Peto via cfe-commits
https://github.com/carlos4242 closed https://github.com/llvm/llvm-project/pull/78903 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Improved is simple type specifier (PR #78903)

2024-01-26 Thread Carl Peto via cfe-commits
carlos4242 wrote: closed in favour of https://github.com/llvm/llvm-project/pull/79037 https://github.com/llvm/llvm-project/pull/78903 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Improved is simple type specifier (PR #78903)

2024-01-22 Thread Carl Peto via cfe-commits
https://github.com/carlos4242 updated https://github.com/llvm/llvm-project/pull/78903 >From 2622ca430d7edb1c49cda9bbbf6145b60e2e37c4 Mon Sep 17 00:00:00 2001 From: Carl Peto Date: Tue, 14 Nov 2023 03:50:14 + Subject: [PATCH] [clang] Sema::isSimpleTypeSpecifier return true for _Bool in c99

[clang] Improved is simple type specifier (PR #78903)

2024-01-22 Thread Owen Pan via cfe-commits
owenca wrote: > Here's the sort of approach I"m looking at @owenca Can you restore the clang-format files for this pull request? I'll open another PR that depends on this one. https://github.com/llvm/llvm-project/pull/78903 ___ cfe-commits mailing

[clang] Improved is simple type specifier (PR #78903)

2024-01-21 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff f73bf45d68bd2c17602a909751da4a23138d711a d46a0f8fde1a7d6b57fa52b0d2b6db96d3e4e260 --

[clang] Improved is simple type specifier (PR #78903)

2024-01-21 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[clang] Improved is simple type specifier (PR #78903)

2024-01-21 Thread Carl Peto via cfe-commits
https://github.com/carlos4242 created https://github.com/llvm/llvm-project/pull/78903 Here's the sort of approach I"m looking at @owenca >From 95eb591df3727dfefae5336f80e92046bff96f42 Mon Sep 17 00:00:00 2001 From: Carl Peto Date: Tue, 14 Nov 2023 03:50:14 + Subject: [PATCH 1/2] [clang]