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

NAKAMURA Takumi geek4civic at gmail.com
Mon Apr 11 16:26:04 PDT 2011


Committed in r129317 with a small reformat, thank you!

...Takumi

On Tue, Apr 12, 2011 at 1:19 AM, Chris Lattner <clattner at apple.com> wrote:
>
> 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 llvm-commits mailing list