| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-05 | rename parseh to parsec | Andrew Kelley | |
| 2016-01-31 | parseh understands types better and handles some situations better | Andrew Kelley | |
| See #88 Also, includes partial implementation of typedef top level declaration. See #95 Also, fix function types. Previously the way we were deduping function type pointers was incorrect. | |||
| 2016-01-29 | parseh properly ignores anonymous structs | Andrew Kelley | |
| and nodes get valid create_index values | |||
| 2016-01-28 | parseh: add --c-import-warnings option | 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 | upgrade to the libclang C++ API | Andrew Kelley | |
| c_import creates a tmp .h file and parses it with libclang, reporting any errors found. See #88 | |||
| 2016-01-18 | Revert "delete parseh" | Andrew Kelley | |
| This reverts commit 18374ea8f18b6b48c53e6e7bd23d536ac2e8a807. | |||
| 2016-01-15 | delete parseh | Andrew Kelley | |
| we'll have to switch to the clang C++ api anyway we'll revive this code later | |||
| 2015-12-03 | parseh command, parses a C .h file and produces extern decls | Andrew Kelley | |
