Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils / TableGen / ClangASTNodesEmitter.cpp
2010-05-30 Sean HuntAllow for creation of clang DeclNodes tables.
2010-05-18 Sean HuntReplace FIRST_* and LAST_* macros with a generic STMT_R...
2010-05-06 Sean HuntFix some stylistic issues with my last commit.
2010-05-05 Shantonu SenAdd newline to end of file to avoid warning
2010-05-05 Sean HuntInclude the right header for toupper
2010-05-05 Sean HuntAdd an emitter to handle the list of clang statement...