Open
Description
The 3C core code (clang/include/clang/3C
, clang/lib/3C
) contains some code that was used only by clangd3c and will be unused as soon as checkedc#1052 is merged to our repository. (An example that came up during my investigation of #609 is ConstraintsInfo::ValidSourceFiles
.) Should we delete this code so it doesn't get in the way of us making API changes, unless we have a specific reason to believe we will use certain parts of the code again in the future?