Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-09-16 23:52:23 +0400
committerHoward Hinnant <hhinnant@apple.com>2011-09-16 23:52:23 +0400
commitc36bfc499b57d826c5c08fef3d8c823a136b2492 (patch)
tree4e43bbc3e06f8bca891cf063074c793e60974a65 /libcxx/include/__debug
parentefd182d9929cbe369a814a5bcd0d4f4b4ae64fc3 (diff)
Doug Gregor pointed out some problems with debug mode enabled in one TU and not another. This patch helps detect those situations and offers improved error messages to help get debug mode enabled in more TU's when it is absolutely necessary to do so. Thanks Doug.
llvm-svn: 139933
Diffstat (limited to 'libcxx/include/__debug')
-rw-r--r--libcxx/include/__debug1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/__debug b/libcxx/include/__debug
index 4e80c6f8d745..e807fa5a41b4 100644
--- a/libcxx/include/__debug
+++ b/libcxx/include/__debug
@@ -148,6 +148,7 @@ public:
::new(__n) _C_node<_Cont>(__n->__c_, __n->__next_);
}
+ void __insert_i(void* __i);
__c_node* __insert_c(void* __c);
void __erase_c(void* __c);