banach-space / clang-tutor

A collection of out-of-tree Clang plugins for teaching and learning
The Unlicense
692 stars 62 forks source link

LLVM 13 #20

Closed SamuelMarks closed 2 years ago

SamuelMarks commented 2 years ago

FYI: https://releases.llvm.org/13.0.0/docs/ReleaseNotes.html

EDIT: I saw your 535a0f9c2c0aca776455d771b6b42594b6c93b4c… need a hand porting to LLVM@13?

banach-space commented 2 years ago

Hi, thanks for visiting! 👋🏻

need a hand porting to LLVM@13?

Yes, please! Do you have the bandwidth? I've almost finished porting llvm-tutor, but have not started here yet.

-Andrzej

SamuelMarks commented 2 years ago

I'll give it a shot. My PR will be a WiP, but let's see how far I can get. Using this [upgrade process] as a way to learn the toolchain and LLVM libraries.

banach-space commented 2 years ago

This is much appreciated!

banach-space commented 2 years ago

Massive thanks for all the help!