Author: Vy Nguyen
Date: 2020-07-10T21:31:16-04:00
New Revision: 17ea41e472566823e16d3a04661221fbd18d9fae
URL:
https://github.com/llvm/llvm-project/commit/17ea41e472566823e16d3a04661221fbd18d9fae
DIFF:
https://github.com/llvm/llvm-project/commit/17ea41e472566823e16d3a04661221fbd18d9fae.diff
LOG
This revision was automatically updated to reflect the committed changes.
Closed by commit rG17ea41e47256: Summary: [clang] Provide a way for WhileStmt
to report the location of its… (authored by oontvoo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org
MaskRay added a comment.
Hi, your git commit contains extra Phabricator tags. You can drop `Reviewers:`
`Subscribers:` `Tags:` and the text `Summary:` from the git commit with the
following script:
arcfilter () {
arc amend
git log -1 --pretty=%B | awk '/Reviewers:|Subscrib
MaskRay added a comment.
Hi, your git commit contains extra Phabricator tags. You can drop `Reviewers:`
`Subscribers:` `Tags:` and the text `Summary:` from the git commit with the
following script:
arcfilter () {
arc amend
git log -1 --pretty=%B | awk '/Reviewers:|Subscrib
logan-5 created this revision.
logan-5 added a project: clang.
Herald added subscribers: cfe-commits, martong.
This patch adds `override` to several overriding virtual functions that were
missing the keyword within the clang/ directory. NFC.
These were found by a Clang build equipped with `-Wsug
logan-5 created this revision.
logan-5 added reviewers: rsmith, aaron.ballman, john.brawn.
logan-5 added a project: clang.
Herald added a subscriber: cfe-commits.
ClangAttrEmitter.cpp generates `ParsedAttr` derived classes with virtual
overrides in them (which end up in AttrParsedAttrImpl.inc); t
This revision was automatically updated to reflect the committed changes.
Closed by commit rG849d4405f534: [HIP] Fix rocm detection (authored by yaxunl).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/D82930?vs=277095&id=277214#toc
Repository:
rG LLVM Github
Author: Yaxun (Sam) Liu
Date: 2020-07-10T23:20:15-04:00
New Revision: 849d4405f534434ebbda9889f24ff20122e34671
URL:
https://github.com/llvm/llvm-project/commit/849d4405f534434ebbda9889f24ff20122e34671
DIFF:
https://github.com/llvm/llvm-project/commit/849d4405f534434ebbda9889f24ff20122e34671.dif
jdenny updated this revision to Diff 277215.
jdenny added a comment.
Rebased.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83061/new/
https://reviews.llvm.org/D83061
Files:
clang/include/clang/AST/OpenMPClause.h
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/include/cla
yaxunl accepted this revision.
yaxunl added a comment.
LGTM. This fixed the regression caused by previous change. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83591/new/
https://reviews.llvm.org/D83591
__
vitalybuka added subscribers: eugenis, guiand, vitalybuka.
vitalybuka added a comment.
After this patch we have false msan reports on code like this:
bool iv_compare2(const int *op1, const int *op2) {
if (op1[1] != op2[1]) return op1[1] < op2[1];
for (int i = 1; i >= 0; i--) {
if
jdoerfert added a comment.
Thx for the reviews!
FWIW, OpenMP should be able to use the C/C++ standard functions/macros for this
eventually. Getting the overloads right if you don't have type system support
is tricky though and I need more time...
On a separate note, we should bundle the resour
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb5667d00e044: [OpenMP][CUDA] Fix std::complex in GPU regions
(authored by jdoerfert).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83591/new/
https://revie
Author: Johannes Doerfert
Date: 2020-07-11T00:40:05-05:00
New Revision: b5667d00e0447747419a783697b84a37f59ce055
URL:
https://github.com/llvm/llvm-project/commit/b5667d00e0447747419a783697b84a37f59ce055
DIFF:
https://github.com/llvm/llvm-project/commit/b5667d00e0447747419a783697b84a37f59ce055.d
Author: Johannes Doerfert
Date: 2020-07-11T00:51:51-05:00
New Revision: c98699582a6333bbe76ff7853b4cd6beb45754cf
URL:
https://github.com/llvm/llvm-project/commit/c98699582a6333bbe76ff7853b4cd6beb45754cf
DIFF:
https://github.com/llvm/llvm-project/commit/c98699582a6333bbe76ff7853b4cd6beb45754cf.d
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc98699582a63: [OpenMP][NFC] Remove unused (always fixed)
arguments (authored by jdoerfert).
Changed prior to commit:
https://reviews.llvm.org/D83268?vs=275871&id=277218#toc
Repository:
rG LLVM Github
201 - 216 of 216 matches
Mail list logo