[cfe-commits] [PATCH] TableGen: Keep the order of DECL_CONTEXT() for DeclNodes.td. RecordVector may be used instead of RecordSet.

Chris Lattner clattner at apple.com
Mon Apr 11 09:19:22 PDT 2011


On Apr 11, 2011, at 2:33 AM, NAKAMURA Takumi wrote:

> ---
> utils/TableGen/ClangASTNodesEmitter.cpp |   12 ++++++++----
> 1 files changed, 8 insertions(+), 4 deletions(-)
> 
> ---
> The result of DeclNodes.inc was unstable on msys, Windows 7 x64.

Nice catch.  Please apply, but put as much of the "for ()" on a single line as will fit, instead of breaking it over several lines.  Thanks!

-Chris



More information about the cfe-commits mailing list