1
0
Fork 0
cuberite-2a/src/UI
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
..
AnvilWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
AnvilWindow.h Using Super. 2020-04-16 20:07:48 +00:00
BeaconWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
BeaconWindow.h Using Super. 2020-04-16 20:07:48 +00:00
BrewingstandWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
BrewingstandWindow.h Using Super. 2020-04-16 20:07:48 +00:00
CMakeLists.txt Update submodules (#4727) 2020-05-09 15:51:15 +01:00
ChestWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
ChestWindow.h Using Super. 2020-04-16 20:07:48 +00:00
CraftingWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
CraftingWindow.h Using Super. 2020-04-16 20:07:48 +00:00
DropSpenserWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
DropSpenserWindow.h Using Super. 2020-04-16 20:07:48 +00:00
EnchantingWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
EnchantingWindow.h Using Super. 2020-04-16 20:07:48 +00:00
EnderChestWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
EnderChestWindow.h Using Super. 2020-04-16 20:07:48 +00:00
FurnaceWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
FurnaceWindow.h Using Super. 2020-04-16 20:07:48 +00:00
HopperWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
HopperWindow.h Using Super. 2020-04-16 20:07:48 +00:00
HorseWindow.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
HorseWindow.h Implement horse inventory (#4053) 2017-10-21 17:56:09 +01:00
InventoryWindow.cpp Using Super. 2020-04-16 20:07:48 +00:00
InventoryWindow.h Using Super. 2020-04-16 20:07:48 +00:00
MinecartWithChestWindow.h Using Super. 2020-04-16 20:07:48 +00:00
SlotArea.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
SlotArea.h Using Super. 2020-04-16 20:07:48 +00:00
Window.cpp Inventory changes (#4561) 2020-03-28 13:52:40 +00:00
Window.h cWindow: Fix slot area priority when double click stacking. (#4086) 2018-01-15 11:35:27 +00:00
WindowOwner.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00