1
0
Fork 0
cuberite-2a/src/BlockEntities
peterbell10 13144a08e4
Enable some more clang-tidy linter checks (#4738)
* Avoid inefficient AString -> c_str() -> AString round trip

* Avoid redundant string init expressions

* Avoid unnecessary return, continue, etc.

* Add .clang-format to help with clang-tidy fix-its

* Avoid unnecessary passing by value

* Avoid unnecessary local copying

* Avoid copying in range-for loops

* Avoid over-complicated boolean expressions

* Some violations missed by my local clang-tidy

* Allow unnecessary continue statements

* Add brackets

* Another expression missed locally

* Move BindingsProcessor call into clang-tidy.sh and add space

* Fix pushd not found error

* Different grouping of CheckBlockInteractionRate
2020-05-14 22:15:35 +00:00
..
BeaconEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
BeaconEntity.h Using Super. 2020-04-16 20:07:48 +00:00
BedEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
BedEntity.h Using Super. 2020-04-16 20:07:48 +00:00
BlockEntity.cpp Block entity for beacon was not created (#4618) 2020-04-04 19:34:00 +00:00
BlockEntity.h Using Super. 2020-04-16 20:07:48 +00:00
BlockEntityWithItems.cpp Using Super. 2020-04-16 20:07:48 +00:00
BlockEntityWithItems.h Using Super. 2020-04-16 20:07:48 +00:00
BrewingstandEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
BrewingstandEntity.h Using Super. 2020-04-16 20:07:48 +00:00
CMakeLists.txt Update submodules (#4727) 2020-05-09 15:51:15 +01:00
ChestEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
ChestEntity.h Using Super. 2020-04-16 20:07:48 +00:00
CommandBlockEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
CommandBlockEntity.h Using Super. 2020-04-16 20:07:48 +00:00
DispenserEntity.cpp Update DispenserEntity.cpp 2020-04-25 12:27:39 +01:00
DispenserEntity.h Using Super. 2020-04-16 20:07:48 +00:00
DropSpenserEntity.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
DropSpenserEntity.h Using Super. 2020-04-16 20:07:48 +00:00
DropperEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
DropperEntity.h Using Super. 2020-04-16 20:07:48 +00:00
EnderChestEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
EnderChestEntity.h Using Super. 2020-04-16 20:07:48 +00:00
FlowerPotEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
FlowerPotEntity.h Using Super. 2020-04-16 20:07:48 +00:00
FurnaceEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
FurnaceEntity.h Using Super. 2020-04-16 20:07:48 +00:00
HopperEntity.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
HopperEntity.h Using Super. 2020-04-16 20:07:48 +00:00
JukeboxEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
JukeboxEntity.h Using Super. 2020-04-16 20:07:48 +00:00
MobHeadEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
MobHeadEntity.h Using Super. 2020-04-16 20:07:48 +00:00
MobSpawnerEntity.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
MobSpawnerEntity.h Using Super. 2020-04-16 20:07:48 +00:00
NoteEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
NoteEntity.h Using Super. 2020-04-16 20:07:48 +00:00
SignEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
SignEntity.h Using Super. 2020-04-16 20:07:48 +00:00