diff --git a/_posts/2022-11-30-extend-clang-to-resugar-template-specialization-accesses.md b/_posts/2022-11-30-extend-clang-to-resugar-template-specialization-accesses.md index fdc9d22..9d83068 100644 --- a/_posts/2022-11-30-extend-clang-to-resugar-template-specialization-accesses.md +++ b/_posts/2022-11-30-extend-clang-to-resugar-template-specialization-accesses.md @@ -13,6 +13,7 @@ excerpt: "Clang is an LLVM native C/C++/Objective-C compiler, which aims to This leads to many infamous pathological errors which have haunted C++ developers for decades." sitemap: false +author: Matheus Izvekov permalink: blogs/gsoc22_izvekov_experience_blog/ date: 2022-11-30 --- @@ -123,4 +124,4 @@ Email: mizvekov@gmail.com Github Username: [mizvekov](https://github.com/mizvekov) -**Link GSoC project proposal:** [Matheus_Izvekov_Proposal_2022](https://compiler-research.org/assets/docs/Matheus_Izvekov_Proposal_2022.pdf) \ No newline at end of file +**Link GSoC project proposal:** [Matheus_Izvekov_Proposal_2022](https://compiler-research.org/assets/docs/Matheus_Izvekov_Proposal_2022.pdf) diff --git a/_posts/2022-12-02-recovering-from-errors-in-clang-repl-and-code-undo.md b/_posts/2022-12-02-recovering-from-errors-in-clang-repl-and-code-undo.md index a89fe4b..b2de86a 100644 --- a/_posts/2022-12-02-recovering-from-errors-in-clang-repl-and-code-undo.md +++ b/_posts/2022-12-02-recovering-from-errors-in-clang-repl-and-code-undo.md @@ -15,6 +15,7 @@ declaration that isn’t a declaration or or specialization of anything belongs to the active PTU. However, in case of a template specialization, it can be pulled into a more recent PTU by its template arguments." sitemap: false +author: "Jun Zhang, Purva Chaudhari" permalink: blogs/gsoc22_zhang_chaudhari_experience_blog/ date: 2022-12-02 --- @@ -153,4 +154,4 @@ GitHub username: [junaire](https://github.com/junaire) Purva: [Webpage](https://purva-chaudhari.github.io/My-Portfolio/) -GitHub username: [Purva-Chaudhari](https://github.com/Purva-Chaudhari) \ No newline at end of file +GitHub username: [Purva-Chaudhari](https://github.com/Purva-Chaudhari) diff --git a/_posts/2022-12-07-shared-memory-based-jitlink-memory-manager.md b/_posts/2022-12-07-shared-memory-based-jitlink-memory-manager.md index 80b8323..f80f719 100644 --- a/_posts/2022-12-07-shared-memory-based-jitlink-memory-manager.md +++ b/_posts/2022-12-07-shared-memory-based-jitlink-memory-manager.md @@ -11,6 +11,7 @@ controller process invokes RPCs in the target or executor process to allocate memory and then when the code is generated, all the section contents are transferred through finalize calls." sitemap: false +author: Anubhab Ghosh permalink: blogs/gsoc22_ghosh_experience_blog/ date: 2022-12-07 --- @@ -162,4 +163,4 @@ Github Username: [argentite](https://github.com/argentite) **Link to GSoC project proposal:** [Anubhab_Ghosh_Proposal_GSoC_2022](https://compiler-research.org/assets/docs/Anubhab_Ghosh_Proposal_2022.pdf) -**Link to GSoC project proposal:** [Anubhab_Ghosh_Final_Report_GSoC_2022](https://compiler-research.org/assets/docs/Anubhab_Ghosh_GSoC2022_Report.pdf) \ No newline at end of file +**Link to GSoC project proposal:** [Anubhab_Ghosh_Final_Report_GSoC_2022](https://compiler-research.org/assets/docs/Anubhab_Ghosh_GSoC2022_Report.pdf) diff --git a/_posts/2023-05-10-accelerated-documentation-with-google-season-of-docs-2023.md b/_posts/2023-05-10-accelerated-documentation-with-google-season-of-docs-2023.md index 5170eb5..aa1765c 100644 --- a/_posts/2023-05-10-accelerated-documentation-with-google-season-of-docs-2023.md +++ b/_posts/2023-05-10-accelerated-documentation-with-google-season-of-docs-2023.md @@ -8,6 +8,7 @@ Automatic Differentiation applications (using Clad, e.g. in RooFit and Floating-Point Error Estimation), and Python-C++ Interoperability (Clang-Repl (LLVM), CppInterOp, cppyy, Numba, etc.)." sitemap: false +author: QuillPusher (Saqib) permalink: blogs/gsod23_quillpusher_experience_blog/ date: 2023-05-10 --- diff --git a/_posts/2023-09-18-code-completion-in-clang-repl.md b/_posts/2023-09-18-code-completion-in-clang-repl.md index fd04b68..ff334b7 100644 --- a/_posts/2023-09-18-code-completion-in-clang-repl.md +++ b/_posts/2023-09-18-code-completion-in-clang-repl.md @@ -9,6 +9,7 @@ completing user input or code completion. Sometimes, C++ can be quite wordy, requiring users to type every character of an expression or statement. Consequently, this causes typos or syntactic errors." sitemap: false +author: Yuquan (Fred) Fu permalink: blogs/gsoc23_ffu_experience_blog/ date: 2023-09-18 ---