[clang] [Clang] add support for handling assume attributes (PR #101063)

2024-07-29 Thread Balazs Benics via cfe-commits
steakhal wrote: No, its cool. You are on the right track. Ill come back to you tomorrow. https://github.com/llvm/llvm-project/pull/101063 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commit

[clang] [Clang] add support for handling assume attributes (PR #101063)

2024-07-29 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 13996378d81c8fa9a364aeaafd7382abbc1db83a 97de745341dfc17e7ad9c595d239346a9114a4c6 --e

[clang] [Clang] add support for handling assume attributes (PR #101063)

2024-07-29 Thread via cfe-commits
vortex73 wrote: @steakhal Kinda stuck... It builds properly but doesn't detect the assume attribute. https://github.com/llvm/llvm-project/pull/101063 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listi

[clang] [Clang] add support for handling assume attributes (PR #101063)

2024-07-29 Thread via cfe-commits
https://github.com/vortex73 edited https://github.com/llvm/llvm-project/pull/101063 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] add support for handling assume attributes (PR #101063)

2024-07-29 Thread via cfe-commits
https://github.com/vortex73 created https://github.com/llvm/llvm-project/pull/101063 None >From 97de745341dfc17e7ad9c595d239346a9114a4c6 Mon Sep 17 00:00:00 2001 From: Narayan Sreekumar Date: Tue, 30 Jul 2024 00:18:46 +0530 Subject: [PATCH] [Clang] add support for handling assume attributes -