repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
Inputs
/
override-system-header.h
blob
9831ab7952b1a88745e523331b43f728c2ae8d4e
1
// override-system-header.h to test out 'override' warning.
2
// rdar://18295240
3
#define END_COM_MAP virtual unsigned AddRef(void) = 0;
4
5
#define STDMETHOD(method) virtual void method
6
#define IFACEMETHOD(method) STDMETHOD(method)