Skip to content

Commit 1c30d52

Browse files
capfredfvgvassilev
authored andcommitted
add info about Fred
1 parent 43730c4 commit 1c30d52

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

_data/contributors.yml

+23
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,29 @@
705705
proposal: /assets/docs/Abhigyan_Acherjee-Proposal_2023.pdf
706706
mentors: Vassil Vassilev, David Lange
707707

708+
- name: Yuquan (Fred) Fu
709+
info: "GSoC student 2023"
710+
photo: FF.jpg
711+
712+
education: PhD Student in Computer Science, Indiana Unveristy
713+
active: 1
714+
projects:
715+
- title: "Code Completion in ClangRepl"
716+
status: Ongoing
717+
description: |
718+
Clang-REPL enables developers to program in C++ in an exploratory
719+
manner via a read-eval-print-loop. Developers, however, have to type
720+
each letter or symbol in the REPL, which likely causes typos. The
721+
auto-completion we are proposing aims to assist developers in avoiding
722+
that laborious typing, and it is also type-directed in that completion
723+
candidates are well-typed with respect to cursor positions. The
724+
project incorporates the completion infrastructure of Cling into
725+
Clang-REPL. Next, we build components that handle type contexts and
726+
subtyping. Lastly, we combine the completion and type-related
727+
components to deliver the type-directed auto-completion in Clang-REPL.
728+
proposal: /assets/docs/FredFu_Proposal.pdf
729+
mentors: Vassil Vassilev
730+
708731
- name: "This could be you!"
709732
photo: rock.jpg
710733
info: See <a href="/vacancies">openings</a> for more info

assets/docs/FredFu_Proposal.pdf

108 KB
Binary file not shown.

images/team/FF.jpg

68.7 KB
Loading

0 commit comments

Comments
 (0)