Consistently declare 'extern "C"' variable in namespace __ubsan. No functionality change.

llvm-svn: 166966
This commit is contained in:
Richard Smith 2012-10-29 21:01:59 +00:00
parent f0aac0b99e
commit 8f4d7eb518
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@ static __ubsan::HashValue *getTypeCacheHashTableBucket(__ubsan::HashValue V) {
}
/// A cache of recently-checked hashes. Mini hash table with "random" evictions.
__ubsan::HashValue __ubsan_vptr_type_cache[__ubsan::VptrTypeCacheSize] = { 1 };
__ubsan::HashValue
__ubsan::__ubsan_vptr_type_cache[__ubsan::VptrTypeCacheSize] = { 1 };
/// \brief Determine whether \p Derived has a \p Base base class subobject at
/// offset \p Offset.