root icon indicating copy to clipboard operation
root copied to clipboard

Enable CppInterOp

Open vgvassilev opened this issue 6 months ago • 3 comments

CppInterOp exposes API from Clang and LLVM in a mostly backward compatibe way. The API support downstream tools that utilize interactive C++ by using the compiler as a service.

Adopting more of CppInterOp in ROOT will help simplify the LLVM migration process and allow us to upstream more patches to either CppInterOp or LLVM.

@aaronj0, you can take it from here.

vgvassilev avatar Aug 22 '24 14:08 vgvassilev