All notable changes to the "vscode-llvm" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
show clang AST and highlight it
A more complete version:
- show input files
- add settings
- add mapping view of source code to assembly code
- add assembly highlight
This release fully implemented the core features of vscode-llvm. Lots of code are refactored.
- command parsing - it knows clang commands, can get the inner workflow of compiler and show IR for before and after each pass.
- add available pass view and it can run specific llvm pass
- compare mode to compare two compiler workflows.
Implement the pipeline view and clang IR presentation.
A very basic version with only command parsing and parsing.