[PATCH] D27153: [libc++] Make __num_get_float hidden

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 24 10:16:18 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL290503: [libc++] Make __num_get_float hidden (authored by smeenai).

Changed prior to commit:
  https://reviews.llvm.org/D27153?vs=79362&id=82452#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27153

Files:
  libcxx/trunk/include/locale
  libcxx/trunk/lib/abi/x86_64-unknown-linux-gnu.abilist


Index: libcxx/trunk/lib/abi/x86_64-unknown-linux-gnu.abilist
===================================================================
--- libcxx/trunk/lib/abi/x86_64-unknown-linux-gnu.abilist
+++ libcxx/trunk/lib/abi/x86_64-unknown-linux-gnu.abilist
@@ -937,9 +937,6 @@
 {'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__114error_categoryD1Ev'}
 {'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__114error_categoryD2Ev'}
 {'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__115__get_classnameEPKcb'}
-{'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__115__num_get_floatIdEET_PKcS3_Rj'}
-{'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__115__num_get_floatIeEET_PKcS3_Rj'}
-{'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__115__num_get_floatIfEET_PKcS3_Rj'}
 {'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__115__thread_struct25notify_all_at_thread_exitEPNS_18condition_variableEPNS_5mutexE'}
 {'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__115__thread_struct27__make_ready_at_thread_exitEPNS_17__assoc_sub_stateE'}
 {'is_defined': True, 'type': 'FUNC', 'name': '_ZNSt3__115__thread_structC1Ev'}
Index: libcxx/trunk/include/locale
===================================================================
--- libcxx/trunk/include/locale
+++ libcxx/trunk/include/locale
@@ -779,6 +779,7 @@
 }
 
 template <class _Tp>
+_LIBCPP_HIDDEN
 _Tp
 __num_get_float(const char* __a, const char* __a_end, ios_base::iostate& __err)
 {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27153.82452.patch
Type: text/x-patch
Size: 1443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161224/cdd6c428/attachment.bin>


More information about the cfe-commits mailing list