diff options
| author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2023-07-07 23:55:47 +0100 |
|---|---|---|
| committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2023-07-21 10:00:02 +0100 |
| commit | 974f140d79a621785b1fe4a0fc7fe321ba1089e2 (patch) | |
| tree | 8a525ba4336a7606a448c9d2f2ea4883ff3baa47 /lib/Core/StatsTracker.cpp | |
| parent | 9cb9fd54846415d0c271cd178d4a9bfe6493ad00 (diff) | |
| download | klee-974f140d79a621785b1fe4a0fc7fe321ba1089e2.tar.gz | |
Move some options to the klee namespace and declare them in OptionCategories.h
Diffstat (limited to 'lib/Core/StatsTracker.cpp')
| -rw-r--r-- | lib/Core/StatsTracker.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Core/StatsTracker.cpp b/lib/Core/StatsTracker.cpp index 305c6da2..6cb14cf3 100644 --- a/lib/Core/StatsTracker.cpp +++ b/lib/Core/StatsTracker.cpp @@ -54,7 +54,7 @@ using namespace llvm; /// -namespace { +namespace klee { cl::OptionCategory StatsCat("Statistics options", "These options control the statistics generated by KLEE."); @@ -116,7 +116,7 @@ cl::opt<bool> UseCallPaths("use-call-paths", cl::init(true), "level statistics (default=true)"), cl::cat(StatsCat)); -} // namespace +} // namespace klee /// |
