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:
989e1eb
)
Fix a -Winconsistent-missing-override failure in the .intel_syntax
author
Chandler Carruth
<chandlerc@gmail.com>
Wed, 22 Jul 2015 11:22:29 +0000
(11:22 +0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Wed, 22 Jul 2015 11:22:29 +0000
(11:22 +0000)
patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242890
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/MC/MCAsmStreamer.cpp
patch
|
blob
|
history
diff --git
a/lib/MC/MCAsmStreamer.cpp
b/lib/MC/MCAsmStreamer.cpp
index ec49058407f203fbca40034b1262627f8a53a9d5..6fdc08670f15117177cfc7617f28b6a0405718a3 100644
(file)
--- a/
lib/MC/MCAsmStreamer.cpp
+++ b/
lib/MC/MCAsmStreamer.cpp
@@
-79,7
+79,7
@@
public:
EmitCommentsAndEOL();
}
- v
irtual void EmitSyntaxDirective()
;
+ v
oid EmitSyntaxDirective() override
;
void EmitCommentsAndEOL();