1
0
Fork 0
cuberite-2a/src/WorldStorage
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
..
CMakeLists.txt Update submodules (#4727) 2020-05-09 15:51:15 +01:00
EnchantmentSerializer.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
EnchantmentSerializer.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
FastNBT.cpp Cleanup unneeded globals (#4736) 2020-05-10 16:16:38 +00:00
FastNBT.h Cleanup unneeded globals (#4736) 2020-05-10 16:16:38 +00:00
FireworksSerializer.cpp Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
FireworksSerializer.h Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
MapSerializer.cpp Remove old Android leftovers (#4722) 2020-05-07 22:14:00 +03:00
MapSerializer.h CheckBasicStyle: checks spaces around * and &. 2015-05-09 12:58:55 +02:00
NBTChunkSerializer.cpp Oops, remember to save your files! 2020-04-10 00:53:04 +01:00
NBTChunkSerializer.h NBTChunkSerializer: Cleaned up interface. 2019-09-24 17:38:59 +02:00
SchematicFileSerializer.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
SchematicFileSerializer.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
ScoreboardSerializer.cpp Remove old Android leftovers (#4722) 2020-05-07 22:14:00 +03:00
ScoreboardSerializer.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
StatSerializer.cpp Update submodules (#4727) 2020-05-09 15:51:15 +01:00
StatSerializer.h Switched player statistic store to save with UUID filenames. (#4002) 2017-09-07 11:57:12 +02:00
WSSAnvil.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
WSSAnvil.h Using Super. 2020-04-16 20:07:48 +00:00
WorldStorage.cpp Using Super. 2020-04-16 20:07:48 +00:00
WorldStorage.h Using Super. 2020-04-16 20:07:48 +00:00