Skip to content

Commit 10eb327

Browse files
Add authors to all blog posts
1 parent 9ae11ac commit 10eb327

5 files changed

+8
-3
lines changed

_posts/2022-11-30-extend-clang-to-resugar-template-specialization-accesses.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ excerpt: "Clang is an LLVM native C/C++/Objective-C compiler, which aims to
1313
This leads to many infamous pathological errors which have haunted C++
1414
developers for decades."
1515
sitemap: false
16+
author: Matheus Izvekov
1617
permalink: blogs/gsoc22_izvekov_experience_blog/
1718
date: 2022-11-30
1819
---
@@ -123,4 +124,4 @@ Email: [email protected]
123124
124125
Github Username: [mizvekov](https://github.com/mizvekov)
125126
126-
**Link GSoC project proposal:** [Matheus_Izvekov_Proposal_2022](https://compiler-research.org/assets/docs/Matheus_Izvekov_Proposal_2022.pdf)
127+
**Link GSoC project proposal:** [Matheus_Izvekov_Proposal_2022](https://compiler-research.org/assets/docs/Matheus_Izvekov_Proposal_2022.pdf)

_posts/2022-12-02-recovering-from-errors-in-clang-repl-and-code-undo.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ declaration that isn’t a declaration or or specialization of anything
1515
belongs to the active PTU. However, in case of a template specialization,
1616
it can be pulled into a more recent PTU by its template arguments."
1717
sitemap: false
18+
author: "Jun Zhang, Purva Chaudhari"
1819
permalink: blogs/gsoc22_zhang_chaudhari_experience_blog/
1920
date: 2022-12-02
2021
---
@@ -153,4 +154,4 @@ GitHub username: [junaire](https://github.com/junaire)
153154
154155
Purva: [Webpage](https://purva-chaudhari.github.io/My-Portfolio/)
155156
156-
GitHub username: [Purva-Chaudhari](https://github.com/Purva-Chaudhari)
157+
GitHub username: [Purva-Chaudhari](https://github.com/Purva-Chaudhari)

_posts/2022-12-07-shared-memory-based-jitlink-memory-manager.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ controller process invokes RPCs in the target or executor process to allocate
1111
memory and then when the code is generated, all the section contents are
1212
transferred through finalize calls."
1313
sitemap: false
14+
author: Anubhab Ghosh
1415
permalink: blogs/gsoc22_ghosh_experience_blog/
1516
date: 2022-12-07
1617
---
@@ -162,4 +163,4 @@ Github Username: [argentite](https://github.com/argentite)
162163

163164
**Link to GSoC project proposal:** [Anubhab_Ghosh_Proposal_GSoC_2022](https://compiler-research.org/assets/docs/Anubhab_Ghosh_Proposal_2022.pdf)
164165

165-
**Link to GSoC project proposal:** [Anubhab_Ghosh_Final_Report_GSoC_2022](https://compiler-research.org/assets/docs/Anubhab_Ghosh_GSoC2022_Report.pdf)
166+
**Link to GSoC project proposal:** [Anubhab_Ghosh_Final_Report_GSoC_2022](https://compiler-research.org/assets/docs/Anubhab_Ghosh_GSoC2022_Report.pdf)

_posts/2023-05-10-accelerated-documentation-with-google-season-of-docs-2023.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Automatic Differentiation applications (using Clad, e.g. in RooFit and
88
Floating-Point Error Estimation), and Python-C++ Interoperability (Clang-Repl
99
(LLVM), CppInterOp, cppyy, Numba, etc.)."
1010
sitemap: false
11+
author: QuillPusher (Saqib)
1112
permalink: blogs/gsod23_quillpusher_experience_blog/
1213
date: 2023-05-10
1314
---

_posts/2023-09-18-code-completion-in-clang-repl.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ completing user input or code completion. Sometimes, C++ can be quite wordy,
99
requiring users to type every character of an expression or
1010
statement. Consequently, this causes typos or syntactic errors."
1111
sitemap: false
12+
author: Yuquan (Fred) Fu
1213
permalink: blogs/gsoc23_ffu_experience_blog/
1314
date: 2023-09-18
1415
---

0 commit comments

Comments
 (0)