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
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
2017-12-29
Don't generate symbols for pure virtual functions.
Emilio Cobos Álvarez
2017-12-03
Move tokens method from TranslationUnit to Cursor
Anthony Ramine
2017-08-21
Rename `TypeKind::Named` to `TypeKind::TypeParam`
Anna Liao
2017-08-16
Check if `clang_Type_getNumTemplateArguments` is loaded before use
Nick Fitzgerald
2017-06-15
ir: Make the workaround for LLVM bug 9069 more reliable.
Emilio Cobos Álvarez
2017-04-23
ir: Try to get C++ manglings with the appropriate API first.
Emilio Cobos Álvarez
2017-03-31
#571: Allow ast_dump to print builtins; filter builtins locally
Tai Sassen-Liang
2017-03-31
Merge pull request #602 from emilio/clang-5
Emilio Cobos Álvarez
2017-03-30
clang: Fix most of the clang 5.0 regressions in our tests.
Emilio Cobos Álvarez
2017-03-27
Add a `Builder::header_contents` method to allow passing source code as a str...
Ted Mielczarek
2017-03-09
Reorder conditional; use is_none()
Tai Sassen-Liang
2017-03-08
Do not print builtin macro definitions in ast_dump
Tai Sassen-Liang
2017-03-07
Completely rework templates
Nick Fitzgerald
2017-03-01
Auto merge of #549 - emilio:call-conv-lost, r=fitzgen
bors-servo
2017-03-01
Fix calling convention propagation for function pointers.
Emilio Cobos Álvarez
2017-02-27
clang: Avoid a hot FFI call for getting the cursor kind.
Emilio Cobos Álvarez
2017-02-23
Auto merge of #532 - emilio:random-bugfixes, r=fitzgen
bors-servo
2017-02-20
Merge pull request #517 from pornel/clang38
Emilio Cobos Álvarez
[next]