[cfe-dev] Moving CharUnits.h from AST to Basic

Ken Dyck kd at kendyck.com
Fri Mar 25 09:23:15 PDT 2011


Would anybody object to moving the CharUnits.h header file (it has no
.cpp file) from include/clang/AST to include/clang/Basic? This would
allow us to use CharUnits for some sizes in the Target-related classes
without introducing a layering violation.

-Ken



More information about the cfe-dev mailing list