aboutsummaryrefslogtreecommitdiff
path: root/src/parseh.cpp
AgeCommit message (Expand)Author
2016-01-29parseh fix crashAndrew Kelley
2016-01-29parseh defines can reference other definesAndrew Kelley
2016-01-29parseh understands number literal definesAndrew Kelley
2016-01-29parseh understands simple character literal macroAndrew Kelley
2016-01-28attempt to get preprocessor entities from libclangAndrew Kelley
2016-01-28parseh understands bodyless struct used in fnAndrew Kelley
2016-01-28parseh handles self referential structs and fn pointersAndrew Kelley
2016-01-28parsh understands constant sized arraysAndrew Kelley
2016-01-28parseh understands elaborated structs and enumsAndrew Kelley
2016-01-28parseh understands simple structsAndrew Kelley
2016-01-28null pointer optimization for ?&TAndrew Kelley
2016-01-28add parseh testsAndrew Kelley
2016-01-28parseh recognizes C enumsAndrew Kelley
2016-01-28parseh: add --c-import-warnings optionAndrew Kelley
2016-01-27c_import of stdio.h works for some functionsAndrew Kelley
2016-01-27move AST rendering code to separate fileAndrew Kelley
2016-01-27build command supports -isystem argumentAndrew Kelley
2016-01-27parseh: still produce output when not all types are knownAndrew Kelley
2016-01-27parseh correctly handles C's void typeAndrew Kelley
2016-01-27parseh: recognize typedef typesAndrew Kelley
2016-01-27parseh works for simple functionsAndrew Kelley
2016-01-27upgrade to the libclang C++ APIAndrew Kelley
2016-01-18Revert "delete parseh"Andrew Kelley
2016-01-15delete parsehAndrew Kelley
2015-12-14instead of *mut and *const, & and &constAndrew Kelley
2015-12-14add number literal typeAndrew Kelley
2015-12-09parseh: cleanup typesAndrew Kelley
2015-12-09ability to call external variadic functionsAndrew Kelley
2015-12-08parseh: better results for stdio.hAndrew Kelley
2015-12-08parseh: add c header filesAndrew Kelley
2015-12-04parseh: fix wrong fn parameters in some casesAndrew Kelley
2015-12-03exporting .h file supports voidAndrew Kelley
2015-12-03more C header interoperabilityAndrew Kelley
2015-12-03parseh: detect fixed size integer typesAndrew Kelley
2015-12-03parseh command, parses a C .h file and produces extern declsAndrew Kelley