[clang] d37f1e9 - [clang][Interp] Implement __builtin_isnormal

2023-07-31 Thread Timm Bäder via cfe-commits
Author: Timm Bäder Date: 2023-07-31T09:14:16+02:00 New Revision: d37f1e9965bd07bb8e05388aec0140addaf15e40 URL: https://github.com/llvm/llvm-project/commit/d37f1e9965bd07bb8e05388aec0140addaf15e40 DIFF: https://github.com/llvm/llvm-project/commit/d37f1e9965bd07bb8e05388aec0140addaf15e40.diff

[PATCH] D155372: [clang][Interp] Implement __builtin_isfinite

2023-07-31 Thread Timm Bäder via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGf444f396863c: [clang][Interp] Implement __builtin_isfinite (authored by tbaeder). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[clang] f444f39 - [clang][Interp] Implement __builtin_isfinite

2023-07-31 Thread Timm Bäder via cfe-commits
Author: Timm Bäder Date: 2023-07-31T09:12:32+02:00 New Revision: f444f396863ceba0e0572a721d102fb48e8ca1b3 URL: https://github.com/llvm/llvm-project/commit/f444f396863ceba0e0572a721d102fb48e8ca1b3 DIFF: https://github.com/llvm/llvm-project/commit/f444f396863ceba0e0572a721d102fb48e8ca1b3.diff

[PATCH] D156648: [Tooling/Inclusion] Add std::range symbols in the mapping.

2023-07-31 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: kadircet. Herald added a project: All. hokein requested review of this revision. Herald added a project: clang. Fixes https://github.com/llvm/llvm-project/issues/64191 Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D156648

[PATCH] D156588: feat: Add support for Rocky Linux to LLVM Distro

2023-07-31 Thread xufei via Phabricator via cfe-commits
zkkxu added a comment. nice ping. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156588/new/ https://reviews.llvm.org/D156588 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D155371: [clang][Interp] Implement __builtin_isinf

2023-07-31 Thread Timm Bäder via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG72450a77937c: [clang][Interp] Implement __builtin_isinf (authored by tbaeder). Changed prior to commit:

[clang] 72450a7 - [clang][Interp] Implement __builtin_isinf

2023-07-31 Thread Timm Bäder via cfe-commits
Author: Timm Bäder Date: 2023-07-31T08:49:22+02:00 New Revision: 72450a77937c3d47f144b20cf16b595955583a0c URL: https://github.com/llvm/llvm-project/commit/72450a77937c3d47f144b20cf16b595955583a0c DIFF: https://github.com/llvm/llvm-project/commit/72450a77937c3d47f144b20cf16b595955583a0c.diff

[clang-tools-extra] 575900d - [clang-tidy] Add bugprone-optional-value-conversion check

2023-07-31 Thread Piotr Zegar via cfe-commits
Author: Piotr Zegar Date: 2023-07-31T06:22:39Z New Revision: 575900d0d98aafce9d534b6c1917861311f3cfaa URL: https://github.com/llvm/llvm-project/commit/575900d0d98aafce9d534b6c1917861311f3cfaa DIFF: https://github.com/llvm/llvm-project/commit/575900d0d98aafce9d534b6c1917861311f3cfaa.diff LOG:

[PATCH] D147357: [clang-tidy] Add bugprone-optional-value-conversion check

2023-07-31 Thread Piotr Zegar via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG575900d0d98a: [clang-tidy] Add bugprone-optional-value-conversion check (authored by PiotrZSL). Changed prior to commit: https://reviews.llvm.org/D147357?vs=545464=545510#toc Repository: rG LLVM

[PATCH] D156274: [NFC] Avoid potential dereferencing of nullptr.

2023-07-31 Thread Sindhu Chittireddy via Phabricator via cfe-commits
schittir added a comment. In D156274#4544804 , @aaron.ballman wrote: > LGTM! Are you planning to work on the ObjC issues separately? (Not suggesting > you have to! But if you don't intend to, can you file an issue in GitHub so > we don't lose track of

[PATCH] D156274: [NFC] Avoid potential dereferencing of nullptr.

2023-07-31 Thread Sindhu Chittireddy via Phabricator via cfe-commits
schittir added a comment. Test failure seems unrelated to change. Driver/fsanitize.c lit test passes in my local testing. Restarting build. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156274/new/ https://reviews.llvm.org/D156274 ___

<    1   2   3