[cfe-dev] Function body type

Douglas Gregor dgregor at apple.com
Sun Apr 26 09:42:39 PDT 2009


On Apr 26, 2009, at 9:21 AM, Sebastian Redl wrote:

> Douglas Gregor wrote:
>> I am not at all worried about this change touching many components;
>> it's a mechanical transformation that is unlikely to break anything
>> and it is the right thing to do.
> There is a virtual CompoundStmt* getBody(ASTContext&) in Decl. It's
> widely used. :-(

Two weeks ago, that function was

	virtual CompoundStmt *getBody()

Changing signatures throughout Clang isn't such a huge thing.

	- Doug



More information about the cfe-dev mailing list