[PATCH] D126619: [OpenMP][Clang] Fix atomic compare for signed vs. unsigned

2022-05-29 Thread Shilei Tian via Phabricator via cfe-commits
tianshilei1992 added a comment. Thanks for the fix! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126619/new/ https://reviews.llvm.org/D126619 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D123924: [clang-apply-replacements] Added an option to ignore insert conflict.

2022-05-29 Thread gehry via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG3f3a235aa2e6: [clang-apply-replacements] Added an option to ignore insert conflict. (authored by Sockke). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[clang-tools-extra] 3f3a235 - [clang-apply-replacements] Added an option to ignore insert conflict.

2022-05-29 Thread via cfe-commits
Author: Sockke Date: 2022-05-30T13:02:25+08:00 New Revision: 3f3a235aa2e610b5ba393228a666d55a8135ef4a URL: https://github.com/llvm/llvm-project/commit/3f3a235aa2e610b5ba393228a666d55a8135ef4a DIFF: https://github.com/llvm/llvm-project/commit/3f3a235aa2e610b5ba393228a666d55a8135ef4a.diff LOG:

[PATCH] D123924: [clang-apply-replacements] Added an option to ignore insert conflict.

2022-05-29 Thread gehry via Phabricator via cfe-commits
Sockke updated this revision to Diff 432829. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D123924/new/ https://reviews.llvm.org/D123924 Files: clang-tools-extra/clang-apply-replacements/include/clang-apply-replacements/Tooling/ApplyReplacements.h

[PATCH] D126451: [Clang][CSKY] Add support about CSKYABIInfo

2022-05-29 Thread Zixuan Wu via Phabricator via cfe-commits
zixuan-wu updated this revision to Diff 432820. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126451/new/ https://reviews.llvm.org/D126451 Files: clang/lib/CodeGen/TargetInfo.cpp clang/test/CodeGen/CSKY/csky-abi.c clang/test/CodeGen/CSKY/csky-hard-abi.c

[clang] 42c3c70 - Revert "[Driver] Enable to use C++20 standalne by -fcxx-modules"

2022-05-29 Thread Chuanqi Xu via cfe-commits
Author: Chuanqi Xu Date: 2022-05-30T10:43:13+08:00 New Revision: 42c3c70a9e3f0a697b8794f4e8b603091ffb12a4 URL: https://github.com/llvm/llvm-project/commit/42c3c70a9e3f0a697b8794f4e8b603091ffb12a4 DIFF: https://github.com/llvm/llvm-project/commit/42c3c70a9e3f0a697b8794f4e8b603091ffb12a4.diff

[PATCH] D120495: [clang][dataflow] Add transfer functions for structured bindings

2022-05-29 Thread Gábor Horváth via Phabricator via cfe-commits
xazax.hun accepted this revision. xazax.hun added a comment. This revision is now accepted and ready to land. Looks good, thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120495/new/ https://reviews.llvm.org/D120495

[PATCH] D120540: [Driver] Enable to use C++20 modules standalone by -fcxx-modules

2022-05-29 Thread Chuanqi Xu 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 rG99eca8353808: [Driver] Enable to use C++20 standalne by -fcxx-modules (authored by ChuanqiXu). Repository: rG LLVM Github Monorepo CHANGES SINCE

[clang] 99eca83 - [Driver] Enable to use C++20 standalne by -fcxx-modules

2022-05-29 Thread Chuanqi Xu via cfe-commits
Author: Chuanqi Xu Date: 2022-05-30T10:24:09+08:00 New Revision: 99eca8353808f63670c647aeae03e0ce66eb21e0 URL: https://github.com/llvm/llvm-project/commit/99eca8353808f63670c647aeae03e0ce66eb21e0 DIFF: https://github.com/llvm/llvm-project/commit/99eca8353808f63670c647aeae03e0ce66eb21e0.diff

[PATCH] D116593: Fix `performance-unnecessary-value-param` for template specialization

2022-05-29 Thread gehry via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGc98b3a8cd985: Fix `performance-unnecessary-value-param` for template specialization (authored by Sockke). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[clang-tools-extra] c98b3a8 - Fix `performance-unnecessary-value-param` for template specialization

2022-05-29 Thread via cfe-commits
Author: Sockke Date: 2022-05-30T09:55:53+08:00 New Revision: c98b3a8cd9856f2fcc7ba1f9ed9896b291bbab7b URL: https://github.com/llvm/llvm-project/commit/c98b3a8cd9856f2fcc7ba1f9ed9896b291bbab7b DIFF: https://github.com/llvm/llvm-project/commit/c98b3a8cd9856f2fcc7ba1f9ed9896b291bbab7b.diff LOG:

[PATCH] D126619: [OpenMP][Clang] Fix atomic compare for signed vs. unsigned

2022-05-29 Thread Alexey Bataev via Phabricator via cfe-commits
ABataev accepted this revision. ABataev added a comment. This revision is now accepted and ready to land. LG Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126619/new/ https://reviews.llvm.org/D126619

[PATCH] D126619: [OpenMP][Clang] Fix atomic compare for signed vs. unsigned

2022-05-29 Thread Joel E. Denny via Phabricator via cfe-commits
jdenny created this revision. jdenny added reviewers: tianshilei1992, ABataev, jdoerfert. jdenny added projects: OpenMP, clang. Herald added subscribers: guansong, yaxunl. Herald added a project: All. jdenny requested review of this revision. Herald added subscribers: cfe-commits, sstefan1.

[PATCH] D125946: Handles failing driver tests of clang

2022-05-29 Thread David Blaikie via Phabricator via cfe-commits
dblaikie added inline comments. Comment at: clang/test/Interpreter/clangtests.cpp:1 +// RUN: clang-repl %S/../Lexer/badstring_in_if0.c -Xcc -E -Xcc -verify +// RUN: clang-repl %S/../Lexer/unknown-char.c -Xcc -E -Xcc -verify v.g.vassilev wrote: > dblaikie wrote:

[PATCH] D102122: Support warn_unused_result on typedefs

2022-05-29 Thread David Blaikie via Phabricator via cfe-commits
dblaikie marked an inline comment as done. dblaikie added a comment. In D102122#3539812 , @aaron.ballman wrote: > In D102122#3538668 , @dblaikie > wrote: > >> Sorry, with all the layers in the previous messages

[PATCH] D102122: Support warn_unused_result on typedefs

2022-05-29 Thread David Blaikie via Phabricator via cfe-commits
dblaikie updated this revision to Diff 432804. dblaikie added a comment. Use a single attribute, with a filter in the sema parsing code Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102122/new/ https://reviews.llvm.org/D102122 Files:

[PATCH] D125946: Handles failing driver tests of clang

2022-05-29 Thread Vassil Vassilev via Phabricator via cfe-commits
v.g.vassilev added inline comments. Comment at: clang/test/Interpreter/clangtests.cpp:1 +// RUN: clang-repl %S/../Lexer/badstring_in_if0.c -Xcc -E -Xcc -verify +// RUN: clang-repl %S/../Lexer/unknown-char.c -Xcc -E -Xcc -verify dblaikie wrote: > dblaikie wrote:

[PATCH] D125946: Handles failing driver tests of clang

2022-05-29 Thread David Blaikie via Phabricator via cfe-commits
dblaikie added inline comments. Comment at: clang/test/Interpreter/clangtests.cpp:1 +// RUN: clang-repl %S/../Lexer/badstring_in_if0.c -Xcc -E -Xcc -verify +// RUN: clang-repl %S/../Lexer/unknown-char.c -Xcc -E -Xcc -verify dblaikie wrote: > v.g.vassilev wrote:

[PATCH] D125946: Handles failing driver tests of clang

2022-05-29 Thread David Blaikie via Phabricator via cfe-commits
dblaikie added inline comments. Comment at: clang/test/Interpreter/clangtests.cpp:1 +// RUN: clang-repl %S/../Lexer/badstring_in_if0.c -Xcc -E -Xcc -verify +// RUN: clang-repl %S/../Lexer/unknown-char.c -Xcc -E -Xcc -verify v.g.vassilev wrote: > @rsmith, would

[clang] 0bd645d - [libclang] Fix error message capitalization

2022-05-29 Thread Ayke van Laethem via cfe-commits
Author: Ayke van Laethem Date: 2022-05-29T13:42:22+02:00 New Revision: 0bd645d3707dce452663d4634495155321a6fd1c URL: https://github.com/llvm/llvm-project/commit/0bd645d3707dce452663d4634495155321a6fd1c DIFF:

[PATCH] D124815: [libclang] Fall back to getMainExecutable when dladdr fails

2022-05-29 Thread Ayke 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 rG75d12e49c729: [libclang] Fall back to getMainExecutable when dladdr fails (authored by aykevl). Repository: rG LLVM Github Monorepo CHANGES

[clang] 75d12e4 - [libclang] Fall back to getMainExecutable when dladdr fails

2022-05-29 Thread Ayke van Laethem via cfe-commits
Author: Ayke van Laethem Date: 2022-05-29T13:40:43+02:00 New Revision: 75d12e49c729e65f77bfdfe65b16df8c39944d35 URL: https://github.com/llvm/llvm-project/commit/75d12e49c729e65f77bfdfe65b16df8c39944d35 DIFF:

[PATCH] D54943: [clang-tidy] implement new check 'misc-const-correctness' to add 'const' to unmodified variables

2022-05-29 Thread Jonas Toth via Phabricator via cfe-commits
JonasToth updated this revision to Diff 432774. JonasToth added a comment. - addded `CHECK-FIXES` in clang-tidy tests - merged latest main into branch CHANGES SINCE LAST ACTION https://reviews.llvm.org/D54943/new/ https://reviews.llvm.org/D54943 Files: