projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a060e5
)
Make VC happier, patch contributed by Morten Ofstad
author
Chris Lattner
<sabre@nondot.org>
Sat, 23 Oct 2004 04:58:50 +0000
(
04:58
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 23 Oct 2004 04:58:50 +0000
(
04:58
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17179
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/Record.h
patch
|
blob
|
history
diff --git
a/utils/TableGen/Record.h
b/utils/TableGen/Record.h
index b628df2048ad6c6a62ccc38a9d6a3a5179b9c50f..e88497f3120ef0942e939f42a10e2eb2996d35bd 100644
(file)
--- a/
utils/TableGen/Record.h
+++ b/
utils/TableGen/Record.h
@@
-732,7
+732,7
@@
inline std::ostream &operator<<(std::ostream &OS, const RecordVal &RV) {
return OS;
}
-
struct
Record {
+
class
Record {
const std::string Name;
std::vector<std::string> TemplateArgs;
std::vector<RecordVal> Values;