Apple's investment into Clangd and refactoring tooling
lists.llvm.org
Apple's investment into Clangd and refactoring tooling
1–10 of 83 posts
Re: Apple's investment into Clangd and refactoring tooling
#2It is really nice to finally start having C++ environments close to the promise of Energize C++ and Visual Age C++ 4.
Re: Apple's investment into Clangd and refactoring tooling
#3Re: Apple's investment into Clangd and refactoring tooling
#4Re: Apple's investment into Clangd and refactoring tooling
#5I'm glad to see that Apple is putting work into making their tooling better and easier to work with, but I'm still not clear on the benefits of this change. Would someone care to enlighten me? Currently, the benefits of libclang that I see are that I can easily drop it into a project without requiring a lot of dependencies, and I don't need to figure out how to get permission to run different processes and manage int…
What for you might need it on iOS? Server is meant to run on a development machine.
Re: Apple's investment into Clangd and refactoring tooling
#6I'm glad to see that Apple is putting work into making their tooling better and easier to work with, but I'm still not clear on the benefits of this change. Would someone care to enlighten me? Currently, the benefits of libclang that I see are that I can easily drop it into a project without requiring a lot of dependencies, and I don't need to figure out how to get permission to run different processes and manage int…
Re: Apple's investment into Clangd and refactoring tooling
#7Re: Apple's investment into Clangd and refactoring tooling
#8Mapping json-rpc onto xpc... Sure why not
Re: Apple's investment into Clangd and refactoring tooling
#9I'm glad to see that Apple is putting work into making their tooling better and easier to work with, but I'm still not clear on the benefits of this change. Would someone care to enlighten me? Currently, the benefits of libclang that I see are that I can easily drop it into a project without requiring a lot of dependencies, and I don't need to figure out how to get permission to run different processes and manage int…