aboutsummaryrefslogtreecommitdiff
path: root/src/zig_clang.cpp
AgeCommit message (Expand)Author
2020-01-24translate-c: Don't make const parameters mutable. (#4273)Feix Weiglhofer
2020-01-22Fix unsafe cast in translate_cLemonBoy
2020-01-16Fix garbled error messages from clangLemonBoy
2020-01-11Fix unsafe cast in translate_cLemonBoy
2020-01-11Stop dropping errors from clangLemonBoy
2020-01-10Handle forward-declared functionsLemonBoy
2020-01-08More translate-c fixesLemonBoy
2020-01-07Preserve packed attribute in C translated struct (#4085)via
2020-01-06Merge pull request #4083 from LemonBoy/better-stdboolAndrew Kelley
2020-01-06Translate anonymous union/structLemonBoy
2020-01-06Better _Bool translationLemonBoy
2020-01-05Better InitListExpr translationLemonBoy
2020-01-02Translate struct/union initializer expressionsLemonBoy
2020-01-02Translate align attributeLemonBoy
2020-01-02Translate linksection attributeLemonBoy
2020-01-01translate-c: don't export inline functionsAndrew Kelley
2019-12-30Don't crash when parsing invalid filesLemonBoy
2019-12-19translate-c-2 fix some castsVexu
2019-12-17translate-c-2 floatsVexu
2019-12-13translate-c-2 dont eval init exprVexu
2019-11-19translate-c: add support for MacroQualified definitionsdaurnimator
2019-10-02finish conversion of translate_c.cpp to use zig_clang.hAndrew Kelley
2019-10-02more conversion of translate_c.cpp to use zig_clang.hAndrew Kelley
2019-10-01translate-c: make trans_implicit_cast_expr use zig_clang.hAndrew Kelley
2019-07-17update zig codebase to llvm 9Andrew Kelley
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