aboutsummaryrefslogtreecommitdiff
path: root/src/translate_c.cpp
AgeCommit message (Expand)Author
2019-03-18fix translate-c regressionAndrew Kelley
2019-03-18Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-18Merge pull request #2069 from ziglang/glibc-assert-translationAndrew Kelley
2019-03-18More work on ignoring values correctlyJimmi Holst Christensen
2019-03-15fixed void cast and added the last testsJimmi HC
2019-03-15Implemented enough of translate-c to translate assertJimmi Holst Christensen
2019-03-15workaround for #2043Jimmi Holst Christensen
2019-03-10Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-07fix .d file processing and use -MV to quote spacesAndrew Kelley
2019-03-07multi-arch glibc headersAndrew Kelley
2019-03-05fix translate-cAndrew Kelley
2019-03-04initial glibc supportAndrew Kelley
2019-03-04Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-02-28remove namespace type; files are empty structsAndrew Kelley
2019-02-28updates to build with llvm 8.0.0rc3Andrew Kelley
2019-02-28Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-02-26introduce sys_include_dir for when sys/* files are not with stdlib.hAndrew Kelley
2019-02-26fix regressions on WindowsAndrew Kelley
2019-02-26use -nostdinc and sometimes -nolibc when compiling C codeAndrew Kelley
2019-02-26use -nostdinc++ when compiling C codeAndrew Kelley
2019-02-26use -nobuiltininc when compiling c codeAndrew Kelley
2019-02-25`@cImport` works with `--cache on`Andrew Kelley
2019-02-23better libc detection (#1996)Andrew Kelley
2019-02-18Translate parameterless C functions (#1978)LemonBoy
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
2019-02-16refactor translate-c - no more using namespace clangAndrew Kelley
2019-02-16Merge pull request #1898 from Sahnvour/translate-c-arraysAndrew Kelley
2019-02-14translate-c: back to *c_void for opaque typesAndrew Kelley
2019-02-11C pointer comparison and arithmeticAndrew Kelley
2019-02-11translate-c: use C pointer type everywhereAndrew Kelley
2019-01-26translate-c: avoid array concatenation if the init node is empty, for clarity.Sahnvour
2019-01-26translate-c: only detect ints as negative if they are signed.Sahnvour
2019-01-26translate-c: correct array concatenation for incomplete C array initializers.Sahnvour
2019-01-26translate-c: get real child type of array type for incomplete initializers an...Sahnvour
2019-01-08translate-c: update to llvm8Andrew Kelley
2019-01-01Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2018-12-26fixupsAndrew Kelley
2018-12-23msvc subsystem option handling; added uefi os typenebulaeonline
2018-12-23llvm8: fix build errorsAndrew Kelley
2018-12-23Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2018-12-20translate-c: --verbose-cimport prints clang commandAndrew Kelley
2018-11-17Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-06limit integer types to maximum bit width of 65535Andrew Kelley
2018-11-05fix broken cli test and translate-c: support no-op castAndrew Kelley
2018-11-05update to build against llvm trunkAndrew Kelley