summaryrefslogtreecommitdiff
path: root/libbindgen/src/clangll.rs
AgeCommit message (Collapse)Author
2016-11-16clang: Evaluate more complex constant expressions in variables.Emilio Cobos Álvarez
2016-11-16clangll: Add bindings to CXEvalResultEmilio Cobos Álvarez
2016-11-16Transition to libbindgen sub-crateJeff Waugh
- The root crate is the `bindgen` binary - Rust-ify the test suite, no more subprocesses! - Update Travis config to test both crates