mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Introduce using to increase readibility
This commit introduces `using` statements and `constexpr` functions to increase readibility of various types.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
using llvm::BasicBlock;
|
||||
using llvm::Function;
|
||||
using llvm::Module;
|
||||
using llvm::RegisterPass;
|
||||
|
||||
namespace StackAnalysis {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user