Skip to content

Commit e83c1f2

Browse files
authored
Add SAtacker to contributors list (#145)
1 parent 91147af commit e83c1f2

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

_data/contributors.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,35 @@
165165
education: PhD Computer Science, National Technical University of Ukraine, 2014
166166
active: 1
167167

168+
- name: Shreyas Atre
169+
photo: Shreyas.jpg
170+
info: "Open Source Contributor"
171+
172+
education: "B.Tech in Electronics and Telecommunications Engineering, Veermata Jijabai Technological Institute, Mumbai, India | Masters in Computer Science, Louisiana State University, Baton Rouge, United States"
173+
github: "https://github.com/SAtacker"
174+
www: "https://satacker.github.io"
175+
active: 1
176+
linkedin: "https://www.linkedin.com/in/atreshreyas/"
177+
projects:
178+
- title: "Improve the test coverage for CppInterOp"
179+
status: Ongoing
180+
description: |
181+
This project aims to enhance the reliability and robustness of
182+
CppInterOp, a library facilitating language interoperability by
183+
exposing APIs from Clang and LLVM. Focusing on backward
184+
compatibility and minimalistic design, CppInterOp is instrumental
185+
in enabling downstream tools to embed Clang and LLVM in their
186+
codebases for dynamic interaction with C++. The project's primary
187+
objective is to improve the test coverage of CppInterOp by
188+
identifying and addressing potential edge cases, especially
189+
scenarios involving language interoperability and
190+
compiler-as-a-service functionalities. The outcome is expected to
191+
increase the overall reliability of the library, providing
192+
developers with a more stable foundation for utilizing CppInterOp
193+
in diverse scenarios. Previously I worked on improving the lookup
194+
of template specialization decls in clang modules.
195+
mentors: Vassil Vassilev
196+
168197
- name: "This could be you!"
169198
photo: rock.jpg
170199
info: See <a href="/vacancies">openings</a> for more info

_pages/team/shreyas-atre.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Compiler Research - Team - Shreyas Atre"
3+
layout: gridlay
4+
excerpt: "Compiler Research: Team members"
5+
sitemap: false
6+
permalink: /team/ShreyasAtre
7+
8+
---
9+
10+
{% include team-profile.html %}

images/team/Shreyas.jpg

123 KB
Loading

0 commit comments

Comments
 (0)