NFC: add namespace {}

llvm-svn: 373528
This commit is contained in:
Vitaly Buka 2019-10-02 21:20:32 +00:00
parent 505d7f3105
commit 59bf75caab
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,8 @@
namespace __sanitizer {
namespace {
//---------------------------- UnwindSlow --------------------------------------
typedef struct {
@ -119,6 +121,8 @@ _Unwind_Reason_Code Unwind_Trace(struct _Unwind_Context *ctx, void *param) {
return UNWIND_CONTINUE;
}
} // namespace
void BufferedStackTrace::UnwindSlow(uptr pc, u32 max_depth) {
CHECK_GE(max_depth, 2);
size = 0;