llvm-project/lldb/source/Host
Pavel Labath a04668ff34 Move GetOptInc to the common namespace
Summary:
GetOptInc provides getopt(), getopt_long() and getopt_long_only().

Windows (for defined(_MSC_VER)) doesn't ship with all of the getopt(3) family members and needs all of them. NetBSD requires only getopt_long_only(3).

While there fix the code for clang diagnostics.

Author: Kamil Rytarowski

Reviewers: joerg

Subscribers: labath, zturner, lldb-commits

Differential Revision: http://reviews.llvm.org/D12582

llvm-svn: 246843
2015-09-04 09:06:15 +00:00
..
android [linux] Use cmake to detect support process_vm_readv (bug #23918) 2015-06-29 09:18:17 +00:00
common Move GetOptInc to the common namespace 2015-09-04 09:06:15 +00:00
freebsd [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
linux [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
macosx Remove more uses of raw_svector_ostream::flush() call following r244928. 2015-08-13 18:48:44 +00:00
posix Make UriParser to support [$HOSTNAME] notation. 2015-08-20 23:09:34 +00:00
windows Move GetOptInc to the common namespace 2015-09-04 09:06:15 +00:00
CMakeLists.txt Move GetOptInc to the common namespace 2015-09-04 09:06:15 +00:00
Makefile [Makefiles] Re-add OSX specific code that got lost in lldbHost consolidation 2015-07-17 21:47:35 +00:00