Introduce using to increase readibility

This commit introduces `using` statements and `constexpr` functions to
increase readibility of various types.
This commit is contained in:
Alessandro Di Federico
2018-04-23 08:51:49 +02:00
parent 34d216eb0a
commit 384c317ef1
25 changed files with 233 additions and 195 deletions
+1
View File
@@ -26,6 +26,7 @@
using llvm::BasicBlock;
using llvm::Function;
using llvm::Module;
using llvm::RegisterPass;
namespace StackAnalysis {