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
/
parseh.cpp
Age
Commit message (
Expand
)
Author
2016-02-01
inline is a keyword instead of a directive
Andrew Kelley
2016-02-01
add ?? prefix operator
Andrew Kelley
2016-02-01
parseh understands macros which alias global fn ptr vars
Andrew Kelley
2016-02-01
parseh: do not create macro alias for extern vars
Andrew Kelley
2016-01-31
parseh: correct debug for forward decls
Andrew Kelley
2016-01-31
parseh handles typedef void better
Andrew Kelley
2016-01-31
parseh understands forward struct definitions
Andrew Kelley
2016-01-31
parseh: use the decayed type not original type
Andrew Kelley
2016-01-31
fix some parseh crashes
Andrew Kelley
2016-01-31
parseh understands types better and handles some situations better
Andrew Kelley
2016-01-29
parseh properly ignores anonymous structs
Andrew Kelley
2016-01-29
parseh understands variable declarations
Andrew Kelley
2016-01-29
parseh fix crash
Andrew Kelley
2016-01-29
parseh defines can reference other defines
Andrew Kelley
2016-01-29
parseh understands number literal defines
Andrew Kelley
2016-01-29
parseh understands simple character literal macro
Andrew Kelley
2016-01-28
attempt to get preprocessor entities from libclang
Andrew Kelley
2016-01-28
parseh understands bodyless struct used in fn
Andrew Kelley
2016-01-28
parseh handles self referential structs and fn pointers
Andrew Kelley
2016-01-28
parsh understands constant sized arrays
Andrew Kelley
2016-01-28
parseh understands elaborated structs and enums
Andrew Kelley
2016-01-28
parseh understands simple structs
Andrew Kelley
2016-01-28
null pointer optimization for ?&T
Andrew Kelley
2016-01-28
add parseh tests
Andrew Kelley
2016-01-28
parseh recognizes C enums
Andrew Kelley
2016-01-28
parseh: add --c-import-warnings option
Andrew Kelley
2016-01-27
c_import of stdio.h works for some functions
Andrew Kelley
2016-01-27
move AST rendering code to separate file
Andrew Kelley
2016-01-27
build command supports -isystem argument
Andrew Kelley
2016-01-27
parseh: still produce output when not all types are known
Andrew Kelley
2016-01-27
parseh correctly handles C's void type
Andrew Kelley
2016-01-27
parseh: recognize typedef types
Andrew Kelley
2016-01-27
parseh works for simple functions
Andrew Kelley
2016-01-27
upgrade to the libclang C++ API
Andrew Kelley
2016-01-18
Revert "delete parseh"
Andrew Kelley
2016-01-15
delete parseh
Andrew Kelley
2015-12-14
instead of *mut and *const, & and &const
Andrew Kelley
2015-12-14
add number literal type
Andrew Kelley
2015-12-09
parseh: cleanup types
Andrew Kelley
2015-12-09
ability to call external variadic functions
Andrew Kelley
2015-12-08
parseh: better results for stdio.h
Andrew Kelley
2015-12-08
parseh: add c header files
Andrew Kelley
2015-12-04
parseh: fix wrong fn parameters in some cases
Andrew Kelley
2015-12-03
exporting .h file supports void
Andrew Kelley
2015-12-03
more C header interoperability
Andrew Kelley
2015-12-03
parseh: detect fixed size integer types
Andrew Kelley
2015-12-03
parseh command, parses a C .h file and produces extern decls
Andrew Kelley