Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils / TableGen / ClangAttrEmitter.cpp
2011-03-02 John McCallTeach the clang attribute emitter about InheritablePara...
2011-02-17 Sean HuntAdd serialization for Expr* arguments for attributes...
2011-01-21 Peter Collingbournetblgen: Add support for non-inheritable attributes
2010-10-20 Anders CarlssonAdd a way to emit StringSwitch of clang attribute spell...
2010-10-08 Jim GrosbachA few 80 column cleanups
2010-10-05 Sebastian RedlUpdate attribute reading for the changed source locatio...
2010-10-05 Douglas GregorProperly deserialize Clang types that are used as attri...
2010-10-01 Francois PichetFix typo
2010-08-28 Chris Lattnerzap dead method
2010-08-23 Chandler CarruthFix some GCC warnings by providing a virtual destructor...
2010-08-19 Eli FriedmanUse std::string instead of StringRef in ClangAttrEmitte...
2010-08-19 Sean HuntAdd include missing for VC build.
2010-08-19 Sean HuntRemove three spurious semicolons
2010-08-18 Sean HuntFinish full attribute class emission for clang.
2010-06-25 Duncan SandsRemove unused variables.
2010-06-16 Sean HuntAdd preliminary clang attribute generation support.