This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2b3a4e787e034d201da145642fd00dbcfbfa032d
clang-p2996
/
lldb
/
source
/
Host
History
Saleem Abdulrasool
25b75a2f7d
Host: fix some -Wformat-pedantic warnings
...
Add explicit casts for function pointer to void * for %p conversion. NFC. llvm-svn: 267000
2016-04-21 16:55:58 +00:00
..
android
[linux] Remove all traces of signalfd(2)
2016-02-23 12:26:08 +00:00
common
llvm::sys::path::home_directory() relies on having "HOME" set in the environment and that might not always be set. Our FileSpec class uses this function to resolve any paths that start with "~/" on systems that support home directories as '~'. I have modified FileSpec::ResolveUsername (llvm::SmallVectorImpl<char> &path) to deal with the cases where llvm::sys::path::home_directory() returns false by digging a little further on unix systems and setting "HOME" in the environment so that subsequent calls to llvm::sys::path::home_directory() will succeed.
2016-04-19 23:04:35 +00:00
freebsd
Make lldb::endian::InlHostByteOrder() private.
2015-11-07 04:40:13 +00:00
linux
Add support for abstract domain sockets.
2015-10-22 17:50:33 +00:00
macosx
Host: fix some -Wformat-pedantic warnings
2016-04-21 16:55:58 +00:00
netbsd
Remove autoconf support from source directories.
2016-01-28 22:05:24 +00:00
posix
Unicode support on Win32.
2016-03-22 17:58:09 +00:00
windows
Fix Windows build.
2016-04-19 01:09:37 +00:00
CMakeLists.txt
Added real editline tests.
2015-10-30 02:54:52 +00:00