aboutsummaryrefslogtreecommitdiff
path: root/src/zig_clang.cpp
AgeCommit message (Expand)Author
2019-06-23transBinaryOperator: Add, Subhryx
2019-06-22Translate assignment BinaryOperator statementshryx
2019-06-10transReturnStmthryx
2019-06-09(broken) local var decls, integer literals (part)hryx
2019-06-08transCStyleCastExprhryx
2019-05-29Implement missing clang functions from last commithryx
2019-05-27expr: DeclRefExprhryx
2019-05-27expr: BitCast for ImplicitCastExprhryx
2019-05-26var decl: ImplicitCastExprhryx
2019-05-26var decl: init nodehryx
2019-05-26var decl: threadlocalhryx
2019-05-26var decl: mut_token, create child scopehryx
2019-05-26WIP translate var declhryx
2019-05-16clang C API wrapper: small progressAndrew Kelley
2019-05-15update libclang C API wrapperAndrew Kelley
2019-05-10stage2 translate-c: simple function definitionsAndrew Kelley
2019-05-10translate-c: we have our first test of self-hostedAndrew Kelley
2019-05-10translate-c: progress on self-hosted function prototypesAndrew Kelley
2019-05-09translate-c: progress on self-hosted function prototypesAndrew Kelley
2019-05-09translate-c: use C API for builtin typesAndrew Kelley
2019-05-08self-hosted translate-c progress on function declsAndrew Kelley
2019-04-30translate-c: fix using wrong enumAndrew Kelley
2019-04-30self-hosted translate-c: iterate over top level declsAndrew Kelley
2019-04-29translate-c: Emit @ptrCast + @alignPtr sequenceLemonBoy
2019-04-25translate-c: unify API for self-hosted and C++ translate-cAndrew Kelley
2019-04-16translate-c: move some code to the C APIAndrew Kelley
2019-04-15translate-c: move some code to the C APIAndrew Kelley
2019-04-12translate-c: move some code to the C APIAndrew Kelley
2019-04-12translate-c: move some code to the C APIAndrew Kelley
2019-04-12translate-c: move some code to the C APIAndrew Kelley
2019-04-11translate-c: move some code to the C APIAndrew Kelley
2019-04-11translate-c: move some code to the C APIAndrew Kelley
2019-04-11translate-c: move some code to the C APIAndrew Kelley
2019-02-28updates to build with llvm 8.0.0rc3Andrew Kelley
2019-02-17Silence gcc8 class-memaccess warningsLemonBoy
2019-02-16translate-c: 4 more functions using C declsAndrew Kelley
2019-02-16fix regressions from previous commit when building with clangAndrew Kelley
2019-02-16translate-c: proof of concept for transitioning to userlandAndrew Kelley