[PATCH] D121911: [Clang] Add DriverKit support

2022-05-13 Thread Egor Zhdan 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 rG2f04e703bff3: [Clang] Add DriverKit support (authored by egorzhdan). Changed prior to commit: https://reviews.llvm.org/D121911?vs=429025&id=429328

[PATCH] D121911: [Clang] Add DriverKit support

2022-05-12 Thread Egor Zhdan via Phabricator via cfe-commits
egorzhdan updated this revision to Diff 429025. egorzhdan added a comment. Remove static analyzer changes Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D121911/new/ https://reviews.llvm.org/D121911 Files: clang/include/clang/Basic/Attr.td clang

[PATCH] D121911: [Clang] Add DriverKit support

2022-05-12 Thread Alex Lorenz via Phabricator via cfe-commits
arphaman accepted this revision. arphaman added a subscriber: NoQ. arphaman added a comment. This revision is now accepted and ready to land. Herald added a subscriber: MaskRay. LGTM, with one request. Can you please take the static analyzer changes (RetainSummaryManager.h/cpp) and make them int

[PATCH] D121911: [Clang] Add DriverKit support

2022-03-21 Thread Egor Zhdan via Phabricator via cfe-commits
egorzhdan updated this revision to Diff 416920. egorzhdan added a comment. Fix clang-format warnings Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D121911/new/ https://reviews.llvm.org/D121911 Files: clang/include/clang/Analysis/RetainSummaryMana

[PATCH] D121911: [Clang] Add DriverKit support

2022-03-17 Thread Egor Zhdan via Phabricator via cfe-commits
egorzhdan created this revision. egorzhdan added a reviewer: arphaman. Herald added a reviewer: aaron.ballman. Herald added subscribers: dexonsmith, zzheng. Herald added a project: All. egorzhdan requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commit