My name is Dong-hee Na who is an 4years undergraduate student at Chungnam National University, South Korea.
I'm really interested in compiler related technology.
Especially for LLVM project, I am really interested in a topic which name is the 'Warn if virtual calls are made from constructors or destructors.’.
Also, I have some experiences to contribute open source project include compiler technology.
- Google/Grumpy
(Pull requests · google/grumpy · GitHub)
- Google/Chromium
(https://codereview.chromium.org/search?closed=1&owner=dhna)
- Dropbox/Pyston
(Pull requests · pyston/pyston_v1 · GitHub)
I had also experience to work with LLVM before for compiler 1week term project.
(GitHub - corona10/MiniC-With-LLVM: A compiler term project for item03 as CompilerCS302 of Chungnam National University.)
One of them was working with Antlr4 and LLVM. So might be helpful to work for VirtualCallChecker.cpp.
(When I implemented this project, one of the way to use Antlr with Listener which is walking AST.)
Any staring guide for this project will helpful to me.
Thank you
Dong-hee Na