[llvm-branch-commits] [clang] [clang] Revise IDE folder structure (PR #89743)

Aaron Ballman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue May 7 10:36:19 PDT 2024


https://github.com/AaronBallman commented:

With this patch, I get errors when loading a visual studio solution generated with these change, and all of clang's libraries are placed at the top level. The error is a dialog box saying "The solution already contains an item named 'clang'."

Another thing (that is existing behavior) worth noting is that at some point, we lost the ability to browse directly to files in Visual Studio. Instead of going to `Clang Libraries->clangDriver->Source Files->ToolChain.cpp`, you have to go to `Object Libraries->obj.clangDriver->Source Files->ToolChain.cpp` which is pretty strange. Your patch doesn't change this, but if we're correcting folder structure behavior, we should probably address that at the same time if we can.

https://github.com/llvm/llvm-project/pull/89743


More information about the llvm-branch-commits mailing list