This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
clang
mirror of
https://github.com/microsoft/clang.git
Watch
1
Star
0
Fork
You've already forked clang
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4c2bf23e7c
clang
/
test
/
Import
/
import-overrides
/
Inputs
/
Hierarchy.cpp
10 lines
115 B
C++
Raw
Blame
History
class
Base
{
public
:
virtual
void
foo
(
)
{
}
}
;
class
Derived
:
public
Base
{
public
:
void
foo
(
)
override
{
}
}
;
Reference in New Issue
View Git Blame
Copy Permalink