[Lldb-commits] [PATCH] D101702: [clang-format] Add more support for C# 8 nullables

2021-05-07 Thread Eliza via Phabricator via lldb-commits
exv updated this revision to Diff 342520. exv added a comment. Herald added subscribers: llvm-commits, libcxx-commits, lldb-commits, Sanitizers, dcaballe, cota, teijeong, frasercrmck, dexonsmith, rdzhabarov, tatianashp, lxfind, dang, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, stephenneuendor

[Lldb-commits] [PATCH] D101702: [clang-format] Add more support for C# 8 nullables

2021-05-07 Thread Eliza via Phabricator via lldb-commits
exv updated this revision to Diff 342521. exv added a comment. Herald added a subscriber: JDevlieghere. Fixing arc, hopefully? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101702/new/ https://reviews.llvm.org/D101702 Files: clang/lib/Format/For

[Lldb-commits] [PATCH] D101702: [clang-format] Add more support for C# 8 nullables

2021-05-07 Thread Eliza via Phabricator via lldb-commits
exv added a comment. Hey all, I'm really sorry for the noise, I screwed up my arc command to revise the submission. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101702/new/ https://reviews.llvm.org/D101702 ___