ladybird/Userland/Libraries/LibSQL/AST
Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions
This is a new option in clang-format-16.
2023-07-08 10:32:56 +01:00
..
AST.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
CreateSchema.cpp
CreateTable.cpp
Delete.cpp
Describe.cpp
Expression.cpp
Insert.cpp
Lexer.cpp
Lexer.h
Parser.cpp LibSQL: Handle statements with malformed exists expressions correctly 2023-04-25 08:32:21 -04:00
Parser.h LibSQL: Handle statements with malformed exists expressions correctly 2023-04-25 08:32:21 -04:00
Select.cpp
Statement.cpp
SyntaxHighlighter.cpp LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2023-03-15 14:55:49 +01:00
SyntaxHighlighter.h
Token.cpp
Token.h
Update.cpp