mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
add a setName method to record
llvm-svn: 22912
This commit is contained in:
parent
1344e9cf9c
commit
bf7633b73b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user