index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
zig_clang.cpp
Age
Commit message (
Expand
)
Author
2019-04-30
translate-c: fix using wrong enum
Andrew Kelley
2019-04-30
self-hosted translate-c: iterate over top level decls
Andrew Kelley
2019-04-29
translate-c: Emit @ptrCast + @alignPtr sequence
LemonBoy
2019-04-25
translate-c: unify API for self-hosted and C++ translate-c
Andrew Kelley
2019-04-16
translate-c: move some code to the C API
Andrew Kelley
2019-04-15
translate-c: move some code to the C API
Andrew Kelley
2019-04-12
translate-c: move some code to the C API
Andrew Kelley
2019-04-12
translate-c: move some code to the C API
Andrew Kelley
2019-04-12
translate-c: move some code to the C API
Andrew Kelley
2019-04-11
translate-c: move some code to the C API
Andrew Kelley
2019-04-11
translate-c: move some code to the C API
Andrew Kelley
2019-04-11
translate-c: move some code to the C API
Andrew Kelley
2019-02-28
updates to build with llvm 8.0.0rc3
Andrew Kelley
2019-02-17
Silence gcc8 class-memaccess warnings
LemonBoy
2019-02-16
translate-c: 4 more functions using C decls
Andrew Kelley
2019-02-16
fix regressions from previous commit when building with clang
Andrew Kelley
2019-02-16
translate-c: proof of concept for transitioning to userland
Andrew Kelley