Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report on
[oota-llvm.git] / utils / TableGen / ClangAttrEmitter.cpp
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.