The attached patches replace occurrences of ASTContext::getTypeSize()/8
with ASTContext::getTypeSizeInChars(),  converting [u]int64_t variables
to CharUnits ones where it seems appropriate. No functional changes are
intended. The changes touch the AST, Analysis, Sema, and CodeGen
libraries and are split into patches accordingly.

Comments appreciated.

-Ken

Attachment: GetTypeSizeInChars-Sema.patch
Description: GetTypeSizeInChars-Sema.patch

Attachment: GetTypeSizeInChars-Analysis.patch
Description: GetTypeSizeInChars-Analysis.patch

Attachment: GetTypeSizeInChars-AST.patch
Description: GetTypeSizeInChars-AST.patch

Attachment: GetTypeSizeInChars-CodeGen.patch
Description: GetTypeSizeInChars-CodeGen.patch

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to