1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 22:22:07 +00:00
serenity/DevTools/HackStudio
Ben Wiederhake 9f7ec33180 Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Before, we had about these occurrence counts:
COPY: 13 without, 33 with
MOVE: 12 without, 28 with

Clearly, 'with' was the preferred way. However, this introduced double-semicolons
all over the place, and caused some warnings to trigger.

This patch *forces* the usage of a semi-colon when calling the macro,
by removing the semi-colon within the macro. (And thus also gets rid
of the double-semicolon.)
2020-08-27 10:12:04 +02:00
..
Debugger HackStudio: Add a registers view for the current function in debug mode 2020-08-25 09:46:06 +02:00
CMakeLists.txt HackStudio: Add a registers view for the current function in debug mode 2020-08-25 09:46:06 +02:00
CodeDocument.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
CodeDocument.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
CursorTool.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
CursorTool.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
Editor.cpp LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
Editor.h LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
EditorWrapper.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
EditorWrapper.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
FindInFilesWidget.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
FindInFilesWidget.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
FormEditorWidget.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
FormEditorWidget.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
FormWidget.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
FormWidget.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
HackStudio.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
Locator.cpp LibGUI+HackStudio: Associate new icons with their extensions 2020-08-26 16:59:34 +02:00
Locator.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
main.cpp Base+HackStudio: Rename project file extensions to .hsp 2020-08-26 16:59:34 +02:00
ProcessStateWidget.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
ProcessStateWidget.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
Project.cpp LibGUI+HackStudio: Associate new icons with their extensions 2020-08-26 16:59:34 +02:00
Project.h Meta: Force semi-colon after MAKE_AK_NONXXXABLE() 2020-08-27 10:12:04 +02:00
ProjectFile.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
ProjectFile.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
TerminalWrapper.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
TerminalWrapper.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
Tool.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Tool.h Meta: Force semi-colon after MAKE_AK_NONXXXABLE() 2020-08-27 10:12:04 +02:00
WidgetTool.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
WidgetTool.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
WidgetTreeModel.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
WidgetTreeModel.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00