[cfe-commits] patch: emit debug info for dynamic constructors
Eric Christopher
echristo at apple.com
Mon Jul 23 18:01:05 PDT 2012
>
> This patch includes a small cleanup to SemaDeclAttr.cpp. Tabs to spaces. "!isa<FunctionDecl>(D) && !isa<FunctionTemplateDecl>(D)" became "!isFunctionOrMethod(D)" because that's what the author actually meant. Richard Smith suggested that I change the "no address safety" attribute to use the same logic as nodebug (permitted on certain variables) but that turns out to be difficult to implement and should be in a separate patch.
>
> Please review!
This is fine, though please break it up for committing OK?
Thanks :)
-eric
More information about the cfe-commits
mailing list