diff options
author | Julian Büning <julian.buening@rwth-aachen.de> | 2020-09-05 19:59:17 +0200 |
---|---|---|
committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2020-10-12 11:19:24 +0100 |
commit | 86b784494cabd7ac8db1d02700a0d7be9ebd5351 (patch) | |
tree | 7e96641ba23bf98e1d609bfeaaed6fa0798c59cb /runtime | |
parent | b157b068e27b5cdb389a63230c4d2be20f94e3f7 (diff) | |
download | klee-86b784494cabd7ac8db1d02700a0d7be9ebd5351.tar.gz |
address MartinNowack's remaining feedback
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/klee-eh-cxx/klee_eh_cxx.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/klee-eh-cxx/klee_eh_cxx.cpp b/runtime/klee-eh-cxx/klee_eh_cxx.cpp index 5dec6050..9d86bef4 100644 --- a/runtime/klee-eh-cxx/klee_eh_cxx.cpp +++ b/runtime/klee-eh-cxx/klee_eh_cxx.cpp @@ -1,3 +1,12 @@ +//===-- klee_eh_cxx.cpp----------------------------------------------------===// +// +// The KLEE Symbolic Virtual Machine +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include <cassert> #include <cstdint> #include <cstdio> |