[cfe-commits] Bug 11709 Fix: va_list on ARM is not following AAPCS 7.1.4
Jordan Rose
jordan_rose at apple.com
Thu Oct 4 18:23:48 PDT 2012
On Oct 4, 2012, at 18:21 , Sean Silva <silvas at purdue.edu> wrote:
>> - AST can't depend on Sema. Is there a reason for the include of Sema.h in
>> ASTContext.cpp?
>
> Is this documented anywhere? If not you should mention it somewhere.
Sema depends on AST, and we don't allow circular dependencies. I guess it would be nice if we had a map of all our dependencies somewhere; bonus points if it's autogenerated. Double bonus points if the SVN server rejects commits that cause a circular dependency.
More information about the cfe-commits
mailing list