summaryrefslogtreecommitdiff
path: root/libbindgen/src/ir/function.rs
AgeCommit message (Collapse)Author
2017-01-23Unify under the `bindgen` name.Emilio Cobos Álvarez
2017-01-16ir: Unify function checks so they apply to non-methods.Emilio Cobos Álvarez
2016-12-28ir: Skip function template earlier.Xidorn Quan
This should fix #364.
2016-12-21Run `cargo fmt` on the sourcesNick Fitzgerald
2016-12-15ir: Do the proper thing for methods.Emilio Cobos Álvarez
2016-12-15ir: Don't parse constructors twice.Emilio Cobos Álvarez
2016-12-15ir: Don't parse standalone destructors.Emilio Cobos Álvarez
2016-12-13Auto merge of #333 - emilio:clang-sys, r=fitzgenbors-servo
Use clang-sys bindings instead of ours. I plan to use a dynamically loaded clang-sys library to remove the llvm-stable feature. This is part of the work. r? @fitzgen
2016-12-13Use clang-sys bindings instead of ours.Emilio Cobos Álvarez
I plan to use a dynamically loaded clang-sys library to remove the llvm-stable feature. This is part of the work.
2016-12-13Add support for constructors, and integration tests.Emilio Cobos Álvarez
2016-11-21Reformat.Emilio Cobos Álvarez
2016-11-17Attempt to fix #130 — clang::Cursor::args should return an Option<Vec<Cursor>>Rémy HUBSCHER
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