rust/src/librustc_codegen_llvm/debuginfo
Dan Robertson 08bd4ff998
Rename variadic to c_variadic
Function signatures with the `variadic` member set are actually
C-variadic functions. Make this a little more explicit by renaming the
`variadic` boolean value, `c_variadic`.
2019-02-27 10:21:54 -05:00
..
create_scope_map.rs librustc_codegen_llvm: deny(elided_lifetimes_in_paths) 2019-02-25 08:40:18 +01:00
doc.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
gdb.rs librustc_codegen_llvm: deny(elided_lifetimes_in_paths) 2019-02-25 08:40:18 +01:00
metadata.rs librustc_codegen_llvm: deny(elided_lifetimes_in_paths) 2019-02-25 08:40:18 +01:00
mod.rs rename Substs to InternalSubsts 2019-02-27 00:39:13 +08:00
namespace.rs librustc_codegen_llvm => 2018 2019-02-18 03:58:58 +09:00
source_loc.rs librustc_codegen_llvm => 2018 2019-02-18 03:58:58 +09:00
type_names.rs Rename variadic to c_variadic 2019-02-27 10:21:54 -05:00
utils.rs librustc_codegen_llvm: deny(elided_lifetimes_in_paths) 2019-02-25 08:40:18 +01:00