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
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
Inputs
/
override-system-header.h
blob
6af865e53bd429f34c6a08163385fa726e0049d5
1
// override-system-header.h to test out 'override' warning.
2
#define END_COM_MAP virtual unsigned AddRef(void) = 0;
3
4
#define STDMETHOD(method) virtual void method
5
#define IFACEMETHOD(method) STDMETHOD(method)