aboutsummaryrefslogtreecommitdiff
path: root/lib/include
AgeCommit message (Collapse)Author
2022-07-27move zig.h to become an installation fileAndrew Kelley
Now instead of zig.h being baked into the compiler binary, it is a header file distributed along with all the other header files distributed with Zig. Closes #11643
2022-07-03update C headers to LLVM 14.0.6Andrew Kelley
2022-02-03update C language headers to clang release/14.xAndrew Kelley
upstream commit 91632c8ac97fa3daffe4ff8f1391735b5d6805e6
2021-08-28update libcxx, libcxxabi, and C headers to release/13.x branchAndrew Kelley
upstream commit 9c49fee5e7ac0ca8bc4ec1c3738ca0d83df65852
2021-08-15update C header files to clang 13 rc1Andrew Kelley
2021-02-26llvm12: sync with llvmorg-12.0.0-rc2Michael Dusan
- update lib/include - update lib/libcxx - update lib/libcxxabi - update lib/libunwind - (no changes) src/libcxx.zig - (no changes) src/libunwind.zig
2020-12-16Update clang headersJakub Konka
llvm commit b2851aea80e5a8f0cfd6c3c5a56a6b00fb28c6b6
2020-12-04update to latest clang C headersAndrew Kelley
2020-08-04update C lib/include/ files from clang 10 to 11rc1Andrew Kelley
2020-02-14update clang C headers to 10.0.0rc2Andrew Kelley
2020-01-22lib/headers: update to clang 10.x C headersAndrew Kelley
upstream revision: 3cce3790072249cbe51b96cea26bc78019c11fd0
2019-09-10update C header files to clang 9.0.0rc4Andrew Kelley
2019-08-20update C headers to clang 9.0.0-rc2Andrew Kelley
upstream commit 67a4a12d61bfb10b2410b53c5a43ef9b4a03de7d
2019-07-19update C headers to llvm9Andrew Kelley
upstream commit 1931d3cb20a00da732c5210b123656632982fde0
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