Fix some GCC warnings by providing a virtual destructor in the base of a class
[oota-llvm.git] / utils / TableGen / ClangAttrEmitter.cpp
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.