index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clang.rs
Age
Commit message (
Expand
)
Author
2022-10-04
split the repo into a workspace
Christian Poveda
2022-09-22
handle c++ `[[noreturn]]` attribute
Christian Poveda
2022-09-22
bring back optional cursor kind
Christian Poveda
2022-09-22
document `has_attrs`
Christian Poveda
2022-09-22
document `Attribute`
Christian Poveda
2022-09-22
find all attributes in a single pass
Christian Poveda
2022-09-22
add `CxTokenKind` argument to `has_attr`
Christian Poveda
2022-09-22
check for noreturn attribute
Christian Poveda
2022-09-01
address clippy lints
Christian Poveda
2022-08-25
Generate opaque type for template param dependent bit field width
Collin Baker
2022-03-15
ir: Make TargetInfo::new infallible
Darren Kulp
2022-03-15
clang: Stop accommodating libclang 4.0
Darren Kulp
2022-02-18
clang: Stop accommodating libclang 3.9
Darren Kulp
2021-11-26
Add --blocklist-file option (#2097)
David Drysdale
2021-10-27
Avoid transmute
MikuroXina
2021-10-27
Fix warnings
MikuroXina
2021-05-18
Identify forward declarations in params. (#2052)
Adrian Taylor
2021-04-30
Don't generate bindings for deleted member functions. (#2044)
Martin Boehme
2021-01-29
Generate fields as non-pub if they would be access restricted in C++.
Weston Carvalho
2020-08-03
Improves bindings for typed and anonymous enums
Cameron Mulhern
2020-07-21
Change non-fatal errors to warnings
leo60228
2020-07-20
Remove obsoleted `is_loaded` checks
Darren Kulp
2020-07-20
Simplify handle_function_macro for clang 3.9+
Darren Kulp
2020-07-20
Stop accommodating libclang 3.8
Darren Kulp
2020-07-20
Stop accommodating libclang < 3.8
Darren Kulp
2020-06-21
Generate func_macro callbacks
Darren Kulp
2020-06-21
Introduce is_macro_function_like
Darren Kulp
2020-06-21
Introduce extent to ClangToken
Darren Kulp
2020-06-08
Remove unused Token definition.
Emilio Cobos Álvarez
2020-04-27
Run `cargo fmt`
Joshua Nelson
2020-04-27
Run `cargo fix --edition`
Joshua Nelson
2019-10-14
Run `cargo fmt` on the main crate.
Emilio Cobos Álvarez
2019-10-14
function: Fix #[must_use] support in libclang 9+.
Emilio Cobos Álvarez
2019-10-08
Add ParseCallbacks handler for included files
chrysn
2019-09-17
Rustfmt.
Emilio Cobos Álvarez
2019-07-09
Improve workaround for LLVM bug when evaluating value-dependent expressions.
Emilio Cobos Álvarez
2019-03-06
Work around a libclang bug / limitation.
Emilio Cobos Álvarez
2019-02-22
Work-around https://bugs.llvm.org/show_bug.cgi?id=40813.
Emilio Cobos Álvarez
2019-02-03
Rework the way that argument types and names are found from function signatures.
Porter Smith
2018-12-14
clang: Tokenize more lazily.
Emilio Cobos Álvarez
2018-11-27
Add #[must_use] to functions annotated with __attribute__((warn_unused_result))
Porter Smith
2018-09-25
Back out changes
jkozlowski
2018-09-25
Indicate the anonymous lifetime in Formatter.
jkozlowski
2018-09-10
generate type alias for the `block` type
Flier Lu
2018-09-04
ir: Handle overflowing integer constant evaluation properly.
Emilio Cobos Álvarez
2018-08-17
Change a call to add_item that was passing a NullCursor.
Sébastien Duquette
2018-06-13
Fix typos.
Bruce Mitchener
2018-05-29
Check if `clang_Type_getNumTemplateArguments` is loaded before use
Stephen Touset
2018-04-03
ir: Grab target information from clang.
Emilio Cobos Álvarez
2018-03-04
Untry.
Emilio Cobos Álvarez
[next]