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
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-10
translate-c support struct field alignment
Vexu
2020-03-08
translate-c reject structs with VLAs
Vexu
2020-03-07
stage1: fix compile error on macOS Xcode 11.4
Michael Dusan
2020-01-29
update zig_clang bindings to release/10.x
Andrew Kelley
2020-01-29
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-01-24
translate-c: Don't make const parameters mutable. (#4273)
Feix Weiglhofer
2020-01-23
zig_clang builds with llvm 10
Andrew Kelley
2020-01-23
zig_clang: update StmtClass to llvm 10
Andrew Kelley
2020-01-23
zig_clang: update TypeClass enum
Andrew Kelley
2020-01-22
Fix unsafe cast in translate_c
LemonBoy
2020-01-16
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-01-16
Fix garbled error messages from clang
LemonBoy
2020-01-11
Fix unsafe cast in translate_c
LemonBoy
2020-01-11
Stop dropping errors from clang
LemonBoy
2020-01-10
Handle forward-declared functions
LemonBoy
2020-01-08
More translate-c fixes
LemonBoy
2020-01-07
Preserve packed attribute in C translated struct (#4085)
via
2020-01-06
Merge pull request #4083 from LemonBoy/better-stdbool
Andrew Kelley
2020-01-06
Translate anonymous union/struct
LemonBoy
2020-01-06
Better _Bool translation
LemonBoy
2020-01-05
Better InitListExpr translation
LemonBoy
2020-01-02
Translate struct/union initializer expressions
LemonBoy
2020-01-02
Translate align attribute
LemonBoy
2020-01-02
Translate linksection attribute
LemonBoy
2020-01-01
translate-c: don't export inline functions
Andrew Kelley
2019-12-30
Don't crash when parsing invalid files
LemonBoy
2019-12-19
translate-c-2 fix some casts
Vexu
2019-12-17
translate-c-2 floats
Vexu
2019-12-13
translate-c-2 dont eval init expr
Vexu
2019-11-19
translate-c: add support for MacroQualified definitions
daurnimator
2019-10-13
Adapt to clang API additions
LemonBoy
2019-10-12
More clang API changes
LemonBoy
2019-10-12
Add/shuffle several enum members to match Clang's API
LemonBoy
2019-10-02
finish conversion of translate_c.cpp to use zig_clang.h
Andrew Kelley
2019-10-02
more conversion of translate_c.cpp to use zig_clang.h
Andrew Kelley
2019-10-01
translate-c: make trans_implicit_cast_expr use zig_clang.h
Andrew Kelley
2019-07-17
update zig codebase to llvm 9
Andrew Kelley
2019-06-23
transBinaryOperator: Add, Sub
hryx
2019-06-22
Translate assignment BinaryOperator statements
hryx
2019-06-10
transReturnStmt
hryx
2019-06-09
(broken) local var decls, integer literals (part)
hryx
2019-06-08
transCStyleCastExpr
hryx
2019-05-29
Implement missing clang functions from last commit
hryx
2019-05-27
expr: DeclRefExpr
hryx
2019-05-27
expr: BitCast for ImplicitCastExpr
hryx
2019-05-26
var decl: ImplicitCastExpr
hryx
2019-05-26
var decl: init node
hryx
2019-05-26
var decl: threadlocal
hryx
2019-05-26
var decl: mut_token, create child scope
hryx
[next]