summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp
diff options
context:
space:
mode:
authorBen Craig <ben.craig@codeaurora.org>2016-02-18 17:37:33 +0000
committerBen Craig <ben.craig@codeaurora.org>2016-02-18 17:37:33 +0000
commit217946da98f41bc6cb0ca54bc01a5e804e034937 (patch)
tree64e836bbae20321bcff0911eafb8b9b100f2a581 /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp
parent371310e1aeef112a2d67ee004b2ab1f6583841b8 (diff)
downloadbcm5719-llvm-217946da98f41bc6cb0ca54bc01a5e804e034937.tar.gz
bcm5719-llvm-217946da98f41bc6cb0ca54bc01a5e804e034937.zip
Split locale management out of ibm/xlocale.h. NFCI
This is one part of many of a locale refactor. See http://reviews.llvm.org/D17146 for an idea of where this is going. For the locale refactor, the locale management functions (newlocale, freelocale, uselocale) are needed in a separate header from the various _l functions. This is because some platforms implement the _l functions in terms of a locale switcher RAII helper, and the locale switcher RAII helper needs the locale management functions. This patch helps pave the way by getting all the functions in the right files, so that later diffs aren't completely horrible. Unfortunately, I have no access to an AIX machine to build with, so this change has been made blind. Also, the original author (Xing Xue) does not appear to have a Phabricator account. Reviewed: http://reviews.llvm.org/D17380 llvm-svn: 261230
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud