>
> +
> +ConstraintManager* clang::CreateRangeConstraintManager(GRStateManager&
> StateMgr)
> +{
> + return new RangeConstraintManager(StateMgr);
> +}
> +
> +RegisterConstraintManager X(CreateRangeConstraintManager);
Hi Ben, Ted,
This means RangeConstraintManager will be used regardless whether we specify
-analyzer-range-constraints in the command line. Is this intended?
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits