aboutsummaryrefslogtreecommitdiff
path: root/lib/libcxx/include/__split_buffer
AgeCommit message (Collapse)Author
2020-02-14update libcxx to llvm10.0.0rc2Andrew Kelley
2019-07-15move lib dirs to lib subdirAndrew Kelley
also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging