src/bindgen/ir/constant.rs (3 lines): - line 31: // TODO: Maybe add support to more std associated constants. - line 367: // TODO: Add support for byte string and Verbatim - line 596: self.ty.rename_for_config(config, &GenericParams::default()); // FIXME: should probably propagate something here src/bindgen/ir/enumeration.rs (3 lines): - line 357: // TODO: Implement translation of aligned enums. - line 823: language_backend: &mut LB, // TODO probably need only one of Config/LanguageBackend - line 1214: // FIXME: create a config for method case src/bindgen/ir/ty.rs (2 lines): - line 313: // FIXME: This is a bit of a hack, this is only to get us to codegen - line 865: // FIXME: Shouldn't this look at ty.can_cmp_order() as well? src/bindgen/language_backend/clike.rs (2 lines): - line 918: // TODO: Some C++ versions (c++20?) now support designated - line 934: // TODO: Some C++ versions (c++20?) now support designated src/bindgen/ir/cfg.rs (1 line): - line 20: // TODO: dirty parser src/bindgen/library.rs (1 line): - line 177: // FIXME: interpret `config.export.exclude` as `Path`s.