Hi, created a constness checker, have run against clang source. Randomly picked one class (clang::ASTUnit this case) and fixed the catches. It have found local variables which are good candidates for const, but also methods.
Here comes the patch. Please review it and apply if you like. Regards, Laszlo
ASTUnit.constness.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
