[PATCH] D156588: feat: Add support for Rocky Linux to LLVM Distro

2023-07-31 Thread xufei via Phabricator via cfe-commits
zkkxu added a comment. nice ping. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156588/new/ https://reviews.llvm.org/D156588 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D156588: feat: Add support for Rocky Linux to LLVM Distro

2023-07-31 Thread xufei via Phabricator via cfe-commits
zkkxu added a comment. nice ping. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156588/new/ https://reviews.llvm.org/D156588 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D156588: feat: Add support for Rocky Linux to LLVM Distro

2023-07-29 Thread xufei via Phabricator via cfe-commits
zkkxu updated this revision to Diff 545358. zkkxu added a comment. - fix wrong ut test Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156588/new/ https://reviews.llvm.org/D156588 Files: clang/include/clang/Driver/Distro.h

[PATCH] D156588: feat: Add support for Rocky Linux to LLVM Distro

2023-07-29 Thread xufei via Phabricator via cfe-commits
zkkxu created this revision. zkkxu added reviewers: EricWF, kazu, JDevlieghere. Herald added a project: All. zkkxu requested review of this revision. Herald added subscribers: cfe-commits, MaskRay. Herald added a project: clang. Repository: rG LLVM Github Monorepo

[PATCH] D145346: [NFC] Format printstmt

2023-03-06 Thread xufei via Phabricator via cfe-commits
zkkxu added a comment. In D145346#4171031 , @jrtc27 wrote: > This isn't NFC, the output changes actually, i think it change nothing Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D145346/new/

[PATCH] D145346: [NFC] Format printstmt

2023-03-06 Thread xufei via Phabricator via cfe-commits
zkkxu updated this revision to Diff 502559. zkkxu added a comment. 1. Updating D145346 : [NFC] Format printstmt # 2. Enter a brief description of the changes included in this update. 3. The first line is used as subject, next lines as comment. # 4. If you

[PATCH] D145346: [NFC] Format printstmt

2023-03-06 Thread xufei via Phabricator via cfe-commits
zkkxu updated this revision to Diff 502557. zkkxu added a comment. 1. Updating D145346 : [NFC] Format printstmt # 2. Enter a brief description of the changes included in this update. 3. The first line is used as subject, next lines as comment. # 4. If you

[PATCH] D145346: [NFC] Format printstmt

2023-03-05 Thread xufei via Phabricator via cfe-commits
zkkxu updated this revision to Diff 502510. zkkxu added a comment. 1. Updating D145346 : [NFC] Format printstmt # 2. Enter a brief description of the changes included in this update. 3. The first line is used as subject, next lines as comment. # 4. If you

[PATCH] D145346: [clang][ast]: refactor printstmt merge the two for loop

2023-03-05 Thread xufei via Phabricator via cfe-commits
zkkxu created this revision. zkkxu added reviewers: arcbbb, craig.topper. Herald added a project: All. zkkxu requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D145346 Files: