[PATCH] D76320: [clang] Fix crash on visiting null nestedNameSpecifier.

2020-03-18 Thread Haojian Wu via Phabricator via cfe-commits
hokein marked 2 inline comments as done. hokein added inline comments. Comment at: clang/lib/Sema/SemaTemplate.cpp:5926 const DependentNameType* T) { - return VisitNestedNameSpecifier(T->getQualifier()); + if (auto *Q =

[PATCH] D75579: Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime-registration

2020-03-18 Thread serge via Phabricator via cfe-commits
serge-sans-paille added a comment. @modocache : thanks for the heads up, I'm investigating the issue. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75579/new/ https://reviews.llvm.org/D75579 ___

[PATCH] D76229: [clang-tidy] Added PlacementNewStorageCheck

2020-03-18 Thread Karasev Nikita via Phabricator via cfe-commits
f00kat added a comment. In D76229#1926818 , @Charusso wrote: > In D76229#1925363 , @f00kat wrote: > > > In D76229#1925268 , @aaron.ballman > > wrote: > > > > > Have you

[PATCH] D62368: Add support for Hygon Dhyana processor

2020-03-18 Thread Jinke Fan via Phabricator via cfe-commits
fanjinke edited reviewers, added: cryptoad; removed: 01alchemist, 4tXJ7f. fanjinke added a comment. Hi Cryptoad, Thanks for your reminds, and I get the points now. Then updated the scudo part of the patch. After patch update,compiler-rt can be successfully compiled using gcc. Thanks again!

[PATCH] D62368: Add support for Hygon Dhyana processor

2020-03-18 Thread Jinke Fan via Phabricator via cfe-commits
fanjinke updated this revision to Diff 250996. fanjinke added a comment. Results of "make check": Testing Time: 1153.40s Expected Passes: 36042 Expected Failures : 163 Unsupported Tests : 340 [100%] Built target check-llvm Scanning dependencies of target check [100%]

[PATCH] D76344: [hip] Revise `GlobalDecl` constructors. NFC.

2020-03-18 Thread Michael Liao via Phabricator via cfe-commits
hliao created this revision. hliao added a reviewer: yaxunl. Herald added a project: clang. Herald added a subscriber: cfe-commits. - https://reviews.llvm.org/D68578 revises the `GlobalDecl` constructors to ensure all GPU kernels have `ReferenceKenelKind` initialized properly with an explicit

<    1   2   3