aboutsummaryrefslogtreecommitdiff
path: root/src/zig_clang.cpp
AgeCommit message (Collapse)Author
2019-04-30translate-c: fix using wrong enumAndrew Kelley
closes #2385
2019-04-30self-hosted translate-c: iterate over top level declsAndrew Kelley
See #1964
2019-04-29translate-c: Emit @ptrCast + @alignPtr sequenceLemonBoy
Avoid producing Zig code that doesn't compile due to mismatched alignments between pointers. Always emit a @alignOf instead of hardcoding the alignment value returned by LLVM for portability sake of the generated code.
2019-04-25translate-c: unify API for self-hosted and C++ translate-cAndrew Kelley
See #1964
2019-04-16translate-c: move some code to the C APIAndrew Kelley
See #1964
2019-04-15translate-c: move some code to the C APIAndrew Kelley
See #1964
2019-04-12translate-c: move some code to the C APIAndrew Kelley
See #1964
2019-04-12translate-c: move some code to the C APIAndrew Kelley
See #1964
2019-04-12translate-c: move some code to the C APIAndrew Kelley
See #1964
2019-04-11translate-c: move some code to the C APIAndrew Kelley
See #1964
2019-04-11translate-c: move some code to the C APIAndrew Kelley
See #1964
2019-04-11translate-c: move some code to the C APIAndrew Kelley
See #1964
2019-02-28updates to build with llvm 8.0.0rc3Andrew Kelley
2019-02-17Silence gcc8 class-memaccess warningsLemonBoy
Use an explicit cast to tell gcc we know what we're doing.
2019-02-16translate-c: 4 more functions using C declsAndrew Kelley
See #1964
2019-02-16fix regressions from previous commit when building with clangAndrew Kelley
2019-02-16translate-c: proof of concept for transitioning to userlandAndrew Kelley
See #1964