[PATCH] D109526: [OpenCL][Docs] Added ref to libclcxx

2021-09-10 Thread Anastasia Stulova via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG9685631cbeb8: [OpenCL][Docs] Added ref to libclcxx (authored by Anastasia). Herald added a subscriber: ldrumm. Herald added a project: clang. Changed prior to commit:

[clang] 9685631 - [OpenCL][Docs] Added ref to libclcxx

2021-09-10 Thread Anastasia Stulova via cfe-commits
Author: Anastasia Stulova Date: 2021-09-10T12:29:11+01:00 New Revision: 9685631cbeb85592b713206dd660312dcb7bd9cb URL: https://github.com/llvm/llvm-project/commit/9685631cbeb85592b713206dd660312dcb7bd9cb DIFF:

[PATCH] D109320: [OpenCL][Docs] Update OpenCL 3.0 implementation status.

2021-09-10 Thread Anastasia Stulova via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGcff03d5fc487: [OpenCL][Docs] Update OpenCL 3.0 implementation status. (authored by Anastasia). Herald added a subscriber: ldrumm. Herald added a project: clang. Repository: rG LLVM Github Monorepo

[clang] cff03d5 - [OpenCL][Docs] Update OpenCL 3.0 implementation status.

2021-09-10 Thread Anastasia Stulova via cfe-commits
Author: Anastasia Stulova Date: 2021-09-10T12:17:11+01:00 New Revision: cff03d5fc48700b73ae863d4f25e780e74dff33e URL: https://github.com/llvm/llvm-project/commit/cff03d5fc48700b73ae863d4f25e780e74dff33e DIFF:

[PATCH] D109592: [clang-offload-bundler] Fix compatibility testing for non-assert builds

2021-09-10 Thread Saiyedul Islam via Phabricator via cfe-commits
saiislam created this revision. saiislam added reviewers: RKSimon, kwk, dyung. saiislam requested review of this revision. Herald added a reviewer: jdoerfert. Herald added subscribers: cfe-commits, sstefan1. Herald added a project: clang. Test using debug-only=CodeObjectComaptibility was failing

[PATCH] D109327: [OpenCL][Docs] Release 13 notes

2021-09-10 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia closed this revision. Anastasia added a comment. this is now on the release branch https://github.com/llvm/llvm-project/commit/9723fc15338e83737d0c5f7cbf415e7f1d9d1ec3 CHANGES SINCE LAST ACTION https://reviews.llvm.org/D109327/new/ https://reviews.llvm.org/D109327

[PATCH] D106809: [clang-offload-bundler] Make Bundle Entry ID backward compatible

2021-09-10 Thread Saiyedul Islam via Phabricator via cfe-commits
saiislam added a comment. In D106809#2994169 , @dyung wrote: > In D106809#2994067 , @saiislam > wrote: > >> In D106809#2993666 , @kwk wrote: >> >>> @saiislam please have

[PATCH] D106809: [clang-offload-bundler] Make Bundle Entry ID backward compatible

2021-09-10 Thread Douglas Yung via Phabricator via cfe-commits
dyung added a comment. In D106809#2994067 , @saiislam wrote: > In D106809#2993666 , @kwk wrote: > >> @saiislam please have a look into why this happens. Is the >> `-debug-only=CodeObjectCompatibility` maybe a

[clang] a052bac - [clang][deps] NFC: Extract ModuleName initialization

2021-09-10 Thread Jan Svoboda via cfe-commits
Author: Jan Svoboda Date: 2021-09-10T12:44:39+02:00 New Revision: a052bacc766f25fe9a765dd4710c83f1683c059e URL: https://github.com/llvm/llvm-project/commit/a052bacc766f25fe9a765dd4710c83f1683c059e DIFF: https://github.com/llvm/llvm-project/commit/a052bacc766f25fe9a765dd4710c83f1683c059e.diff

[clang] 0ebf619 - [clang][deps] NFC: Remove CompilationDatabase from DependencyScanningTool API

2021-09-10 Thread Jan Svoboda via cfe-commits
Author: Jan Svoboda Date: 2021-09-10T12:31:27+02:00 New Revision: 0ebf61963bb6cb95b4036061dbe476523f622987 URL: https://github.com/llvm/llvm-project/commit/0ebf61963bb6cb95b4036061dbe476523f622987 DIFF: https://github.com/llvm/llvm-project/commit/0ebf61963bb6cb95b4036061dbe476523f622987.diff

[PATCH] D108981: [clang][deps] NFC: Remove CompilationDatabase from DependencyScanningTool API

2021-09-10 Thread Jan Svoboda 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 rG0ebf61963bb6: [clang][deps] NFC: Remove CompilationDatabase from DependencyScanningTool API (authored by jansvoboda11). Changed prior to commit:

[PATCH] D106804: [test-suite] Add tests for FP classification intrinsics

2021-09-10 Thread Serge Pavlov via Phabricator via cfe-commits
sepavloff added a comment. In D106804#2991411 , @RKSimon wrote: > Do we have test-suite buildbot coverage on anything other than x86? Cross > platform uses of long double is always fun The following build bots have a stage named `test-suite`:

[PATCH] D106809: [clang-offload-bundler] Make Bundle Entry ID backward compatible

2021-09-10 Thread Saiyedul Islam via Phabricator via cfe-commits
saiislam added a comment. In D106809#2993666 , @kwk wrote: > @saiislam please have a look into why this happens. Is the > `-debug-only=CodeObjectCompatibility` maybe a left-over of some sort? No, it is not a left-over. I was using this debug output to

[PATCH] D108980: [clang][deps] NFC: Remove CompilationDatabase from DependencyScanningWorker API

2021-09-10 Thread Jan Svoboda 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 rG729f7b122081: [clang][deps] NFC: Remove CompilationDatabase from DependencyScanningWorker API (authored by jansvoboda11). Changed prior to commit:

[clang] 729f7b1 - [clang][deps] NFC: Remove CompilationDatabase from DependencyScanningWorker API

2021-09-10 Thread Jan Svoboda via cfe-commits
Author: Jan Svoboda Date: 2021-09-10T11:23:12+02:00 New Revision: 729f7b122081a078731a132cf4a8971c5c9fda8f URL: https://github.com/llvm/llvm-project/commit/729f7b122081a078731a132cf4a8971c5c9fda8f DIFF: https://github.com/llvm/llvm-project/commit/729f7b122081a078731a132cf4a8971c5c9fda8f.diff

[PATCH] D109366: [OpenCL] Tests C++ for OpenCL version macros

2021-09-10 Thread Justas Janickas via Phabricator via cfe-commits
Topotuna updated this revision to Diff 371831. Topotuna added a comment. Reuses `--check-prefix=CHECK-CLCPP10` for default C++ for OpenCL command line version CHANGES SINCE LAST ACTION https://reviews.llvm.org/D109366/new/ https://reviews.llvm.org/D109366 Files:

[PATCH] D108979: [clang][deps] NFC: Stop going through ClangTool

2021-09-10 Thread Jan Svoboda 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 rG146ec74a8382: [clang][deps] NFC: Stop going through ClangTool (authored by jansvoboda11). Changed prior to commit:

[clang] 146ec74 - [clang][deps] NFC: Stop going through ClangTool

2021-09-10 Thread Jan Svoboda via cfe-commits
Author: Jan Svoboda Date: 2021-09-10T11:02:41+02:00 New Revision: 146ec74a8382dc820809d0a2bf4b918d0b5e6603 URL: https://github.com/llvm/llvm-project/commit/146ec74a8382dc820809d0a2bf4b918d0b5e6603 DIFF: https://github.com/llvm/llvm-project/commit/146ec74a8382dc820809d0a2bf4b918d0b5e6603.diff

[PATCH] D109327: [OpenCL][Docs] Release 13 notes

2021-09-10 Thread Justas Janickas via Phabricator via cfe-commits
Topotuna accepted this revision. Topotuna added a comment. This revision is now accepted and ready to land. LGTM! Thanks CHANGES SINCE LAST ACTION https://reviews.llvm.org/D109327/new/ https://reviews.llvm.org/D109327 ___ cfe-commits mailing list

[PATCH] D109582: [clang-format] Restrict the special handling for K C to C/C++

2021-09-10 Thread Owen Pan via Phabricator via cfe-commits
owenpan created this revision. owenpan added reviewers: krasimir, MyDeveloperDay, HazardyKnusperkeks. owenpan added a project: clang-format. owenpan requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Commits 58494c856a15

[PATCH] D109498: [clang][deps] Stop using `ClangTool` for virtual files

2021-09-10 Thread Jan Svoboda via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGb2528fc49035: [clang][deps] Stop using `ClangTool` for virtual files (authored by rovka, committed by jansvoboda11). Changed prior to commit: https://reviews.llvm.org/D109498?vs=371570=371817#toc

[clang] b2528fc - [clang][deps] Stop using `ClangTool` for virtual files

2021-09-10 Thread Jan Svoboda via cfe-commits
Author: Diana Picus Date: 2021-09-10T10:19:27+02:00 New Revision: b2528fc49035588b69cec2b4bfba87a0d3eb725d URL: https://github.com/llvm/llvm-project/commit/b2528fc49035588b69cec2b4bfba87a0d3eb725d DIFF: https://github.com/llvm/llvm-project/commit/b2528fc49035588b69cec2b4bfba87a0d3eb725d.diff

[PATCH] D108560: [clang-tidy] Add support for NOLINTBEGIN ... NOLINTEND comments to suppress clang-tidy warnings over multiple lines

2021-09-10 Thread Salman Javed via Phabricator via cfe-commits
salman-javed-nz added inline comments. Comment at: clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend.cpp:6 + +// NOLINTEND +class B1 { B1(int i); }; aaron.ballman wrote: > Do you think this should be diagnosed as a sign of user confusion with the

[PATCH] D106809: [clang-offload-bundler] Make Bundle Entry ID backward compatible

2021-09-10 Thread Konrad Wilhelm Kleine via Phabricator via cfe-commits
kwk added a comment. @saiislam please have a look into why this happens. Is the `-debug-only=CodeObjectCompatibility` maybe a left-over of some sort? Comment at: clang/test/Driver/clang-offload-bundler.c:405 +// Tests to check compatibility between Bundle Entry ID formats

[PATCH] D63497: Add support for openSUSE RISC-V triple

2021-09-10 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay added a comment. Herald added subscribers: vkmr, frasercrmck, luismarques, sameer.abuasal, Jim. hexchain pointed me to this patch and asked why Suse can add a triple here... So here are some explanations: We should avoid adding more target triples to `CollectLibDirsAndTriples`. Every

[PATCH] D109144: [SPIR-V] Add SPIR-V triple architecture and clang target info

2021-09-10 Thread Henry Linjamäki via Phabricator via cfe-commits
linjamaki updated this revision to Diff 371802. linjamaki marked 2 inline comments as done. linjamaki edited the summary of this revision. linjamaki added a comment. Merge two tests together. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D109144: [SPIR-V] Add SPIR-V triple architecture and clang target info

2021-09-10 Thread Henry Linjamäki via Phabricator via cfe-commits
linjamaki marked 2 inline comments as done. linjamaki added inline comments. Comment at: clang/lib/Basic/Targets.cpp:609 } + case llvm::Triple::spirv32: { +if (os != llvm::Triple::UnknownOS || Anastasia wrote: > I wonder how complete is the support of

<    1   2