about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2021-11-07 16:43:49 +0800
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2021-11-07 21:38:17 +0800
commit2834f57c4584e33471f8bdc3cc57617fc0863fde (patch)
tree5738ca3f53407100f180c11a985b1d906aa08202 /compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
parent90a273b785b3bc482b82c4896ba1bdea68745e46 (diff)
downloadrust-2834f57c4584e33471f8bdc3cc57617fc0863fde.tar.gz
rust-2834f57c4584e33471f8bdc3cc57617fc0863fde.zip
ast: Fix naming conventions in AST structures
TraitKind -> Trait
TyAliasKind -> TyAlias
ImplKind -> Impl
FnKind -> Fn

All `*Kind`s in AST are supposed to be enums.

Tuple structs are converted to braced structs for the types above, and fields are reordered in syntactic order.

Also, mutable AST visitor now correctly visit spans in defaultness, unsafety, impl polarity and constness.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp')
0 files changed, 0 insertions, 0 deletions