Add header guards to asan_descriptions.h

llvm-svn: 279062
This commit is contained in:
Filipe Cabecinhas 2016-08-18 13:22:00 +00:00
parent 3447ca3f08
commit 391438a08d
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@
// ASan-private header for asan_descriptions.cc.
// TODO(filcab): Most struct definitions should move to the interface headers.
//===----------------------------------------------------------------------===//
#ifndef ASAN_DESCRIPTIONS_H
#define ASAN_DESCRIPTIONS_H
#include "asan_allocator.h"
#include "asan_thread.h"
@ -145,3 +147,5 @@ bool GetGlobalAddressInformation(uptr addr, GlobalAddressDescription *descr);
bool DescribeAddressIfGlobal(uptr addr, uptr access_size, const char *bug_type);
} // namespace __asan
#endif // ASAN_DESCRIPTIONS_H