godot/core/os
Rémi Verschelde 140350d767
Style: Enforce braces around if blocks and loops
Using clang-tidy's `readability-braces-around-statements`.
https://clang.llvm.org/extra/clang-tidy/checks/readability-braces-around-statements.html
2021-05-05 15:02:01 +02:00
..
SCsub
dir_access.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
dir_access.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
file_access.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
file_access.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
input.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
input.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
input_event.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
input_event.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
keyboard.cpp Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
keyboard.h
main_loop.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
main_loop.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
memory.cpp Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
memory.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
midi_driver.cpp Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
midi_driver.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
mutex.cpp
mutex.h
os.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
os.h Style: Enforce use of bool literals instead of integers 2021-05-04 16:39:13 +02:00
rw_lock.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
semaphore.h
thread.cpp
thread.h
thread_safe.h
threaded_array_processor.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00