From 833de7329bc821aacf0ff63b053ae64f12f4bb12 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Mon, 11 Mar 2019 14:08:47 +0000 Subject: Documented options in ExprPPrinter.cpp and placed them into a new option category for building and printing expressions --- include/klee/Expr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/klee/Expr.h b/include/klee/Expr.h index 212053b4..cdc8474a 100644 --- a/include/klee/Expr.h +++ b/include/klee/Expr.h @@ -13,10 +13,11 @@ #include "klee/util/Bits.h" #include "klee/util/Ref.h" -#include "llvm/ADT/APInt.h" #include "llvm/ADT/APFloat.h" +#include "llvm/ADT/APInt.h" #include "llvm/ADT/DenseSet.h" #include "llvm/ADT/SmallVector.h" +#include "llvm/Support/CommandLine.h" #include "llvm/Support/raw_ostream.h" #include @@ -38,6 +39,7 @@ class ObjectState; template class ref; +extern llvm::cl::OptionCategory ExprCat; /// Class representing symbolic expressions. /** -- cgit 1.4.1