add a setName method to record

llvm-svn: 22912
This commit is contained in:
Chris Lattner 2005-08-19 17:58:49 +00:00
parent ac284259ac
commit f9b2edb91f
1 changed files with 1 additions and 1 deletions

View File

@ -888,7 +888,7 @@ inline std::ostream &operator<<(std::ostream &OS, const RecordVal &RV) {
}
class Record {
const std::string Name;
std::string Name;
std::vector<std::string> TemplateArgs;
std::vector<RecordVal> Values;
std::vector<Record*> SuperClasses;