trunk
Export abstract methods as pure virtual (#7578)
Remove duplicate check for exporting a specific class (#7541)
Set correct C++ access type for fields and static vars (#7312)
Add initial support for exporting generic classes (#7595)
Support accessing Carbon class fields from C++ (#7119)
Export methods taking `self` as `const` member functions (#7577)
Handle signature mismatch when a Carbon function overrides a C++ virtual function. (#7499)